WireIsVertexPointValid Method |
Checks if the given vertex point can be added to this wire.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsVertexPointValid(
XYZ vertexPoint
)
Public Function IsVertexPointValid (
vertexPoint As XYZ
) As Boolean
public:
bool IsVertexPointValid(
XYZ^ vertexPoint
)
member IsVertexPointValid :
vertexPoint : XYZ -> bool
Parameters
- vertexPoint XYZ
-
The vertex point.
Return Value
Boolean
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).
Exceptions
Remarks
Vertices are projected to the view plane for comparison.
See Also