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