This document is archived and information here might be outdated. Recommended version. |
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*