Creates a new VertexIndexPair object.
Namespace: Autodesk.Revit.CreationAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public VertexIndexPair NewVertexIndexPair(
int iTop,
int iBottom
)
Parameters
- iTop Int32
- The index of the vertex pair from the top profile of a blend.
- iBottom Int32
- The index of the vertex pair from the bottom profile of a blend.
Return Value
VertexIndexPairThe new VertexIndexPair object.
See Also
Reference