IDLitParameterSet::Get
Syntax | Return Values | Arguments | Keywords | Version History
The IDLitParameterSet::Get function method is used to retrieve one or more IDLitData objects from the parameter set.
Syntax
Result = Obj->[IDLitParameterSet::]Get( [, /ALL] [, COUNT=variable] [, NAME=variable] [, POSITION=integer] )
Return Values
Returns an object reference or array of object references to the IDLitData objects specified, or returns -1 if the method fails.
Arguments
None
Keywords
ALL
Set this keyword to return an array containing object references to all IDLitData items in the parameter set.
COUNT
Set this keyword equal to a named variable that will contain the number of items returned by this function.
NAME
Set this keyword equal to a named variable that will contain a string or string array of the parameter names associated with the returned IDLitData objects. If a returned data object has no parameter name, a null string ('') is returned.
POSITION
Set this keyword equal to a scalar or array containing the zero-based indices of the positions of the desired IDLitData objects within the parameter set.
Version History