CableTrayConduitBase.IsValidEndPoints
Method
Description:
Identifies if two end points are valid.
Identifies if two end points are valid.
Remarks:
The two points should not be too close.
The two points should not be too close.
Parameters
Parameter | Type | Description |
---|---|---|
startPoint | XYZ | The start point of the location line. |
endPoint | XYZ | The end point of the location line. |
Return Value
Type | Description |
---|---|
Boolean | True if the two end points are valid, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |