| Revit 2022.1 API |
| VertexIndexPair..::..Bottom Property |
| VertexIndexPair Class See Also |
The index of the vertex pair from the bottom profile.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public int Bottom { get; set; } |
| Visual Basic |
|---|
Public Property Bottom As Integer Get Set |
| Visual C++ |
|---|
public: property int Bottom { int get (); void set (int value); } |