This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.QueryTriangleAsRing Method (ArcObjects .NET 10.4 SDK) |
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