The IDLitParameterSet::Get function method is used to retrieve one or more IDLitData objects from the parameter set.
Result = Obj->[IDLitParameterSet::]Get( [, /ALL] [, COUNT=variable] [, NAME=variable] [, POSITION=integer]
Returns an object reference or array of object references to the IDLitData objects specified, or returns -1 if the method fails.
None
Set this keyword to return an array containing object references to all IDLitData items in the parameter set.
Set this keyword equal to a named variable that will contain the number of items returned by this function.
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.
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.
Introduced: 6.0