IDLitManipulatorContainer::GetCurrentManipulator

Syntax | Return Value | Arguments | Keywords | Version History

The IDLitManipulatorContainer::GetCurrentManipulator function method is used to get the current manipulator of the system. When applied, this function method causes a traversal of the manipulator hierarchy, returning the current leaf manipulator of the system.

Syntax

Result =
Obj->[IDLitManipulatorContainer::]GetCurrentManipulator([, /IDENTIFIER])

Return Value

Returns an object reference to the current manipulator in the system. If the IDENTIFIER keyword is set, the routine will return the identifier for the current manipulator.

Arguments

None

Keywords

IDENTIFIER

If set, the identifier of the current manipulator is returned. If not set, the current manipulator itself is returned.

Version History

6.0

Introduced