Identifies the first index of VertexPair.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2012
Syntax
| C# |
|---|
public int First { get; set; } |
| Visual Basic |
|---|
Public Property First As Integer Get Set |
| Visual C++ |
|---|
public: property int First { int get (); void set (int value); } |