IDLitManipulatorContainer::SetCurrentManipulator

Syntax | Arguments | Keywords | Version History

The IDLitManipulatorContainer::SetCurrentManipulator procedure method is used to set the current child manipulator in a manipulator hierarchy. When applied, the manipulator will use the provided identifier to call the SetCurrentManipulator on the target child manipulator. If the provided identifier is null, the default manipulator is set as current.

Syntax

Obj->[IDLitManipulatorContainer::]SetCurrentManipulator, Identifier

Arguments

Identifier

Either the identifier for the manipulator that is to be made current in the system or its object reference.

Keywords

None

Version History

6.0

Introduced