This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocation Interface > INALocation.SourcePosition Property (ArcObjects .NET 10.5 SDK) |
The position along the feature.
[Visual Basic .NET] Public Property SourcePosition As Double
[C#] public double SourcePosition {get; set;}
[C++]
HRESULT get_SourcePosition(
double* position
);
[C++]
HRESULT put_SourcePosition(
double position
);
[C++]
Parameters position [out, retval] position is a parameter of type double position [in] position is a parameter of type double
The SourcePosition property specifies the position along the feature specified by the SourceID and SourceOID. Valid values are in the range of 0 to 1. A value of 0.25 would translate to 1/4 of the way along the source feature in the digitized direction.