This document is archived and information here might be outdated.  Recommended version.


ITinTriangle.QueryAsRing Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinTriangle Interface > ITinTriangle.QueryAsRing Method
ArcGIS Developer Help

ITinTriangle.QueryAsRing Method

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*

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.

See Also

ITinTriangle Interface