Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

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

NameTypeRequiredComments
objectNamestringyesName 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

  • No labels