2027 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
)
  • startPoint
    The start point of the location line.
  • endPoint
    The end point of the location line.
Return Value Boolean True if the two end points are valid, false otherwise.