SelectObjectFilter

Introduced

v1.0

Description

Selects the "object" selection filter and adds any active objects to the list of selected objects. This command does not activate the selection tool.

Scripting Syntax

SelectObjectFilter();

Examples

VBScript Example

' MyFirstObject is selected

' MySecondObject is active, some components selected

' MyThirdObject is active, no components selected

SelectObjectFilter

' selection filter is now "object"

' MyFirstObject, MySecondObject, and MyThirdObject are selected

' No objects are active, and no components are selected

See Also

ActivateObjectSelTool SelectFilter