Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 485 Bytes

File metadata and controls

36 lines (27 loc) · 485 Bytes

DSelectObj

Description

Deselects all objects which match the search criteria.

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

Parameters

Name Type Description
c CRITERIA Search criteria.

Examples

==== VectorScript ====

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

==== Python ====

Version

Availability: from All Versions

Category

  • Criteria