|
IDL Reference Guide: iTools Object Classes |
|
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. |
Result = Obj->[IDLitTool::]GetOperations([, COUNT=variable] [, IDENTIFIER=string] )
Returns the object descriptors constructed for the registered operations.
None
Set this keyword to a named variable that will contain the number of object descriptors returned by this method.
Set this keyword to an optional identifier that identifies the location in the operation hierarchy to retrieve the operation object descriptors from.
IDL Online Help (March 06, 2007)