/
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,
Related content
setSelectionFilter
setSelectionFilter
More like this
getViewFilter
getViewFilter
More like this
getSelectionSetSets
getSelectionSetSets
More like this
getSelectionSetSets
getSelectionSetSets
More like this
getActiveClip
getActiveClip
More like this
selectListViewItem
selectListViewItem
More like this