VS:DSelectObj

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Deselects all objects which match the search criteria.

PROCEDURE DSelectObj(
c :CRITERIA);
def vs.DSelectObj(c):
    return None

Parameters

c CRITERIA Search criteria.

Example

VectorScript

DSelectObj(S='Pine Tree');
{deselects all 'Pine Tree' symbols}

Python


Version

Availability: from All Versions