Returns the name of an object at a specified index in a collection object name reference list.
Input Arguments
0 |
Collection Object Name Ref List |
Object Name List |
The list of objects to consider. |
1 |
Integer |
Object Index |
The index of the object to consider. |
Return Arguments
2 |
Collection Object Name |
Resultant Object |
The collection object name of the object at the specified index. |
Returned Status
SUCCESS |
The object name was determined successfully. |
FAILURE |
The index supplied was beyond the bounds of the list. |
Remarks
Ref list indices are zero based, so the first object in a ref list is at index 0.