Share

VertexPair Constructor

Constructs a new VertexPair from a pair of indices in the curve loops.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public VertexPair(
	int firstVertexIdx,
	int secondVertexIdx
)

Parameters

firstVertexIdx  Int32
 
secondVertexIdx  Int32
 

See Also

Reference

Was this information helpful?