| Revit 2017 API |
| Application..::..NewVertexIndexPair Method |
| Application Class See Also |
Creates a new VertexIndexPair object.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public VertexIndexPair NewVertexIndexPair( int iTop, int iBottom ) |
| Visual Basic |
|---|
Public Function NewVertexIndexPair ( _ iTop As Integer, _ iBottom As Integer _ ) As VertexIndexPair |
| Visual C++ |
|---|
public: VertexIndexPair^ NewVertexIndexPair( int iTop, int iBottom ) |
Parameters
- iTop
- Type: System..::..Int32
The index of the vertex pair from the top profile of a blend.
- iBottom
- Type: System..::..Int32
The index of the vertex pair from the bottom profile of a blend.