2024 Method
Changes 0
M

CableTrayConduitBase.IsValidEndPoints

Description:
Identifies if two end points are valid.
Remarks:
The two points should not be too close.
public static bool IsValidEndPoints(
	XYZ startPoint,
	XYZ endPoint
)
Return Value bool True if the two end points are valid, false otherwise.