This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinTriangle Interface > ITinTriangle.QueryAsRing Method (ArcObjects .NET 10.5 SDK) |
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.