RVTDocs.com

CableTrayConduitBase.IsValidEndPoints

Method
Description:
Identifies if two end points are valid.
Remarks:
The two points should not be too close.
Syntax
public static bool IsValidEndPoints(
	XYZ startPoint,
	XYZ endPoint
)
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