Removes a specified point from a list of points.
Input Arguments
0 |
Point Name Ref List |
Point Name List |
The list of points to modify. |
1 |
Integer |
Point Index |
The index of the point to remove. |
Return Arguments
None.
Returned Status
SUCCESS |
The point was successfully removed from the list. |
FAILURE |
The index was invalid. |
Remarks
Indices are zero based, so the first point in a point name reference list is at index 0. The list collapses to fill any remain- ing holes.