This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkEdge2 Interface > INetworkEdge2.QueryCoveredEdge Method (ArcObjects .NET 10.4 SDK) |
Used to iterate over the edges covered by this edge.
[Visual Basic .NET] Public Sub QueryCoveredEdge ( _ ByVal Index As Integer, _ ByVal Edge As INetworkEdge _ )
[C#] public void QueryCoveredEdge ( int Index, INetworkEdge Edge );
[C++]
HRESULT QueryCoveredEdge(
long Index,
INetworkEdge* Edge
);
[C++]
Parameters Index [in] Index is a parameter of type long Edge [in]
Edge is a parameter of type INetworkEdge
Using the CoveredEdgeCount property to find the range of values to use as an index, QueryCoveredEdge is called to iterate over the edges that are covered by this hyperedge.