Identifies if two end points are valid.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsValidEndPoints(
XYZ startPoint,
XYZ endPoint
)
Parameters
- startPoint XYZ
-
The start point of the location line.
- endPoint XYZ
-
The end point of the location line.
Return Value
Boolean
True if the two end points are valid, false otherwise.
Exceptions
Remarks
The two points should not be too close.
See Also
Reference