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


INALocation.SourcePosition Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocation Interface > INALocation.SourcePosition Property
ArcGIS Developer Help

INALocation.SourcePosition Property

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(
  System.Double* position
);
[C++]
Parameters
position [in]

position is a parameter of type double position [out, retval]
position is a parameter of type double*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

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.

See Also

INALocation Interface