This document is archived and information here might be outdated. Recommended version. |
The distance, in map units, of the linear trail behind the current position.
[Visual Basic .NET] Public Property LinearTrailDistance As Double
[C#] public double LinearTrailDistance {get; set;}
[C++]
HRESULT get_LinearTrailDistance(
System.Double* pDistance
);
[C++]
HRESULT put_LinearTrailDistance(
double pDistance
);
[C++]
Parameters pDistance [out, retval]
pDistance is a parameter of type double* pDistance [in]
pDistance is a parameter of type double