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
pRingpRing is a parameter of type IRing
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Writes the triangle's X, Y, and Z node coordinates as points to an existing, pre-instantiated, Ring object.