This document is archived and information here might be outdated. Recommended version. |
The triangle referenced by the index.
[Visual Basic .NET] Public Function GetTriangle ( _ ByVal Index As Integer _ ) As ITinTriangle
[C#] public ITinTriangle GetTriangle ( int Index );
[C++]
HRESULT GetTriangle(
long Index
);
[C++] Parameters Index [in]
Index is a parameter of type long
Returns the triangle referenced by the index. The index base for triangles is 1.