Provides a means to create a list of points missing from list A by subtracting a second list B.
Input Arguments
0 |
Point Name Ref List |
Point Name List A |
The first list of points |
1 |
Point Name Ref List |
Point Name List B |
The second list of points to subtract. |
Return Arguments
2 |
Point Name Ref List |
Resultant Point Name List(A-B) |
The resulting point list. |
Returned Status
SUCCESS |
The lists were subtracted successfully. |
FAILURE |
One or both source point lists could not be found. |
Remarks
None.