|
IDL Reference Guide: iTools Object Classes |
|
The IDLitCommand::GetItem function method retrieves the specified item from the data dictionary associated with this object.
Result = Obj->[IDLitCommand::]GetItem(StrItem, Item)
Returns 1 if the Item is retrieved successfully, or 0 if Item is not found in the data dictionary.
A scalar string used to identify the data to be retrieved from the data dictionary. This string is treated in a case-insensitive manner.
A named IDL variable that will contain the IDLitData object retrieved from the data dictionary.
None
IDL Online Help (March 06, 2007)