This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.QueryEdge Method (ArcObjects .NET 10.4 SDK) |
The edge equal to that referenced by the index.
[Visual Basic .NET] Public Sub QueryEdge ( _ ByVal Index As Integer, _ ByVal pEdge As ITinEdge _ )
[C#] public void QueryEdge ( int Index, ITinEdge pEdge );
[C++]
HRESULT QueryEdge(
long Index,
ITinEdge* pEdge
);
[C++]
Parameters Index [in] Index is a parameter of type long pEdge
pEdge is a parameter of type ITinEdge