This document is archived and information here might be outdated. Recommended version. |
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*
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.