/
getSelectionFilter
getSelectionFilter
Description
Checks the current value of the selection filter object.
One of the active views must be a 3D view for this command to work. Returns a Boolean value (on/off)
Functional area
Interface
Command syntax
Syntax
getSelectionFilter "objectName"
|
Arguments
Name | Type | Required | Comments |
---|---|---|---|
objectName
|
string | yes | Name of the object or module whose selection state is to be retrieved. |
Flags
None
Return value
boolean
Example
// Checking Marker selection filter state. Boolean $Value = `getSelectionFilter "Marker"`;
Additional information
Related commands
, multiple selections available,