Returns the name of a point at a specified index in a point name reference list.
Input Arguments
0 |
Point Name Ref List |
Point Name List |
The list of points to consider. |
1 |
Integer |
Point Name Index |
The index of the point to determine. |
Return Arguments
2 |
Point Name |
Resulting Point Name |
The full collection:: group:: point name of the point at the specified index. |
3 |
String |
Point Name Only |
Returns the point name only. |
4 |
Vector |
Vector in Working |
The coordinates of the returned point. |
Returned Status
SUCCESS |
The point 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 point in a ref list is at index 0.