Deselects all objects which match the search criteria.
PROCEDURE DSelectObj(c : CRITERIA);def vs.DSelectObj(c):
return None| Name | Type | Description |
|---|---|---|
| c | CRITERIA | Search criteria. |
==== VectorScript ====
DSelectObj(S='Pine Tree');
{deselects all 'Pine Tree' symbols}==== Python ====
Availability: from All Versions
- Criteria