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


INetworkEdge2.QueryPositions 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.QueryPositions Method
ArcGIS Developer Help

INetworkEdge2.QueryPositions Method

Queries the positions along the source object at which the from-end and to-end of the network edge element lies.

[Visual Basic .NET]
Public Sub QueryPositions ( _
    ByRef fromPosition As Double, _
    ByRef toPosition As Double _
)
[C#]
public void QueryPositions (
    ref double fromPosition,
    ref double toPosition
);
[C++]
HRESULT QueryPositions(
  System.Double* fromPosition,
  System.Double* toPosition
);
[C++]
Parameters
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