IDLitTool::GetManipulators

Syntax | Return Value | Arguments | Keywords | Version History

The IDLitTool::GetManipulators function method retrieves the manipulators registered with the iTool object. Unlike other items in the iTool and due to the active nature of the subsystem, manipulators are instantiated when registered.

Syntax

Result = Obj->[IDLitTool::]GetManipulators( [, COUNT=variable])

Return Value

Returns the object references to the manipulators that were instantiated when items were registered with the iTool.

Arguments

None

Keywords

COUNT

Set this keyword to a named variable that will contain the number of object descriptors returned by this method.

Version History

6.0

Introduced