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

TriOrQuadFacet.GetVertexIndex

Method
Description:
Returns the index of the specified vertex of this facet (as an index into the external array of vertices in the TriangulationInterface that was used to create the list of TriOrQuadFacets).
Syntax
public int GetVertexIndex(
	int index
)
Parameters
Parameter Type Description
index Int32 Index of the desired vertex in this TriOrQuadFacet (between 0 and NumberOfVertices-1, inclusive).
Return Value
Type Description
Int32 The index of the specified vertex in the external array of vertices (only valid if NumberOfVertices >= 3).
Exceptions
Exception Condition
ArgumentException index is out of range..