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


ITinAdvanced.QueryEdge Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinAdvanced.QueryEdge Method

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

Product Availability

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

See Also

ITinAdvanced Interface