ArcObjects Library Reference (NetworkAnalyst)  

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(
  double position
);
[C++]

Parameters

position [out, retval]   position is a parameter of type double position [in]   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