Identifies if two end points are valid.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public static bool IsValidEndPoints(
XYZ startPoint,
XYZ endPoint
) |
Visual Basic |
---|
Public Shared Function IsValidEndPoints ( _
startPoint As XYZ, _
endPoint As XYZ _
) As Boolean |
Visual C++ |
---|
public:
static bool IsValidEndPoints(
XYZ^ startPoint,
XYZ^ endPoint
) |
Return Value
True if the two end points are valid, false otherwise.
Remarks
Exceptions
See Also