NewVertexIndexPair Method


Creates a new VertexIndexPair object.

Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.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: SystemInt32
The index of the vertex pair from the top profile of a blend.
iBottom
Type: SystemInt32
The index of the vertex pair from the bottom profile of a blend.

Return Value

The new VertexIndexPair object.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →