Position along the source object at which the specified position along the network edge element lies.
[Visual Basic .NET] Public Function get_PositionAlongObject ( _ ByVal positionAlongElement As Double _ ) As Double
[C#] public double get_PositionAlongObject ( double positionAlongElement );
[C++]
HRESULT get_PositionAlongObject(
double positionAlongElement,
double* PositionAlongObject
);
[C++]Parameters
positionAlongElement [in] positionAlongElement is a parameter of type double PositionAlongObject [out, retval] PositionAlongObject is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.