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


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

ITinAdvanced.QueryTriangleAsRing Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITinAdvanced Interface