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