RVTDocs.com
Namespace: Autodesk.Revit.DB Class: VertexPair

VertexPair

Constructor
Description:
Constructs a new VertexPair from a pair of indices in the curve loops.
Syntax
public VertexPair(
	int firstVertexIdx,
	int secondVertexIdx
)
Parameters
Parameter Type Description
firstVertexIdx Int32
secondVertexIdx Int32
Return Value