This document is archived and information here might be outdated. Recommended version. |
The triangle equal to that referenced by the index.
[Visual Basic .NET] Public Sub QueryTriangle ( _ ByVal Index As Integer, _ ByVal pTriangle As ITinTriangle _ )
[C#] public void QueryTriangle ( int Index, ITinTriangle pTriangle );
[C++]
HRESULT QueryTriangle(
long Index,
ITinTriangle* pTriangle
);
[C++] Parameters Index [in]
Index is a parameter of type long pTriangle
pTriangle is a parameter of type ITinTriangle*