|
IDL Reference Guide: iTools Object Classes |
|
The IDLitTool::DoAction function method initiates an operation or action in the iTool object. The identifier that is passed in as the argument to this method specifies the action that executes.
Result = Obj->[IDLitTool::]DoAction(Identifier)
Returns 1 if the action succeeds, or 0 if the action fails.
This argument is set to a string identifier that specifies the object in the iTool that performs the operation that it implements.
All keywords are passed to the DoAction function of the object in the iTool that performs the operation.
IDL Online Help (March 06, 2007)