Gets the tolerance for a specified relationship.
Input Arguments
0 |
Collection Object Name |
Relationship Name |
The name of the relationship to get information. |
Return Arguments
1 |
Boolean |
Use High Tolerance? |
Whether to use the high tolerance. |
2 |
Double |
High Tolerance |
The high tolerance value. |
3 |
Boolean |
Use Low Tolerance? |
Whether to use the low tolerance. |
4 |
Double |
Low Tolerance |
The low tolerance value. |
5 |
Tolerance Options (Scalar Type) |
Tolerance Options |
The new tolerance options for the specified relationship. |
Returned Status
SUCCESS |
The tolerances were retrieved successfully. |
FAILURE |
The specified relationship could not be found. |
Remarks
None.