IDLitTool::GetOperations

Syntax | Return Value | Arguments | Keywords | Version History

The IDLitTool::GetOperations function method retrieves the operations registered with the iTool object.

Note
This routine returns a set of object descriptor classes that reference the items registered with the iTool. In addition, if the operation folder in the registry contains sub-folders, the returned list will contain IDLitContainer classes, each containing sub-operations.

Syntax

Result = Obj->[IDLitTool::]GetOperations([, COUNT=variable] [, IDENTIFIER=string] )

Return Value

Returns the object descriptors constructed for the registered operations.

Arguments

None

Keywords

COUNT

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

IDENTIFIER

Set this keyword to an optional identifier that identifies the location in the operation hierarchy to retrieve the operation object descriptors from.

Version History

6.0

Introduced