| Revit 2023 API |
| Wire..::..NumberOfVertices Property |
| Wire Class See Also |
The number of vertices of the wire, including the start and end point.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2015
Syntax
| C# |
|---|
public int NumberOfVertices { get; } |
| Visual Basic |
|---|
Public ReadOnly Property NumberOfVertices As Integer Get |
| Visual C++ |
|---|
public: property int NumberOfVertices { int get (); } |