Gets the value list at the specified index location in the collection.
Syntax:
Parameters:
- lIndex – Index location of the value list in the collection. The index begins with 1 and up to the maximum number of objects in the collection. To get the total number of objects in the collection use the Count property.
Returns:
If the object is found, returns an object of type FREDI.ediScmValueList; otherwise returns NULL or empty if the object is not found, or if the operation failed.