Share

Wire.IsVertexPointValid Method

Checks if the given vertex point can be added to this wire.


Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool IsVertexPointValid(
	XYZ vertexPoint
)

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

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

Vertices are projected to the view plane for comparison.

See Also

Reference

Was this information helpful?