This document is archived and information here might be outdated. Recommended version. |
Sets the specified triangle as a ring.
[Visual Basic .NET] Public Sub QueryAsRing ( _ ByVal pRing As IRing _ )
[C#] public void QueryAsRing ( IRing pRing );
[C++]
HRESULT QueryAsRing(
IRing* pRing
);
[C++] Parameters pRing
pRing is a parameter of type IRing*
Writes the triangle's X, Y, and Z node coordinates as points to an existing, pre-instantiated, Ring object.