ArcObjects Library Reference (GeoDatabase)  

INetworkTurn2.QueryEdge Method

Queries the index'th edge element of this network turn.

[Visual Basic .NET]
Public Sub QueryEdge ( _
    ByVal Index As Integer, _
    ByVal Edge As INetworkEdge _
)
[C#]
public void QueryEdge (
    int Index,
    INetworkEdge Edge
);
[C++]
HRESULT QueryEdge(
  long Index,
  INetworkEdge* Edge
);
[C++]

Parameters

Index [in]   Index is a parameter of type long Edge [in]

  Edge is a parameter of type INetworkEdge

Product Availability

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

See Also

INetworkTurn2 Interface