Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 513 Bytes

File metadata and controls

35 lines (27 loc) · 513 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