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


INetworkEdge2.QueryCoveringHyperedge Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkEdge2 Interface > INetworkEdge2.QueryCoveringHyperedge Method
ArcGIS Developer Help

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,
  System.Double* fromPosition,
  System.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