Wire.NumberOfVertices Property

WireNumberOfVertices Property

The number of vertices of the wire, including the start and end point.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public int NumberOfVertices { get; }
Public ReadOnly Property NumberOfVertices As Integer
	Get
public:
property int NumberOfVertices {
	int get ();
}
member NumberOfVertices : int with get

Property Value

Int32
See Also