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


INetworkEdge2.QueryCoveringHyperedge Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkEdge2.QueryCoveringHyperedge Method

Queries the covering hyperedge of the network edge element and returns its related positions along the covering hyperedge.

[Visual Basic .NET]
Public Sub QueryCoveringHyperedge ( _
    ByVal Edge As INetworkEdge, _
    ByRef fromPosition As Double, _
    ByRef toPosition As Double _
)
[C#]
public void QueryCoveringHyperedge (
    INetworkEdge Edge,
    ref double fromPosition,
    ref double toPosition
);
[C++]
HRESULT QueryCoveringHyperedge(
  INetworkEdge* Edge,
  double* fromPosition,
  double* toPosition
);
[C++]

Parameters Edge [in]
Edge is a parameter of type INetworkEdge fromPosition [out] fromPosition is a parameter of type double toPosition [out] toPosition is a parameter of type double

Product Availability

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

See Also

INetworkEdge2 Interface