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