Checks if the given vertex point can be added to this wire.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2015
Syntax
C# |
---|
public bool IsVertexPointValid(
XYZ vertexPoint
) |
Visual Basic |
---|
Public Function IsVertexPointValid ( _
vertexPoint As XYZ _
) As Boolean |
Visual C++ |
---|
public:
bool IsVertexPointValid(
XYZ^ vertexPoint
) |
Return Value
True if the vertex point can be added, false if the point cannot be added because there is already a vertex at this position on the view plane (within tolerance).
Remarks
Exceptions
See Also