| Revit 2022 API |
| VertexPair Constructor |
| VertexPair Class See Also |
Constructs a new VertexPair from a pair of indices in the curve loops.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2012
Syntax
| C# |
|---|
public VertexPair( int firstVertexIdx, int secondVertexIdx ) |
| Visual Basic |
|---|
Public Sub New ( _ firstVertexIdx As Integer, _ secondVertexIdx As Integer _ ) |
| Visual C++ |
|---|
public: VertexPair( int firstVertexIdx, int secondVertexIdx ) |
Parameters
- firstVertexIdx
- Type: System..::..Int32
- secondVertexIdx
- Type: System..::..Int32