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(
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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.