This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkEdge2 Interface > INetworkEdge2.QueryCoveringHyperedge Method (ArcObjects .NET 10.4 SDK) |
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