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


ITinAdvanced.QueryTriangleAsRing Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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