This document is archived and information here might be outdated. Recommended version. |
The distance, in map units, of the distance between marker trails.
[Visual Basic .NET]
Public Property MarkerTrailDistance As Double
[C#]
public double MarkerTrailDistance {get; set;}
[C++]
HRESULT get_MarkerTrailDistance(
System.Double* pDistance
);
[C++]
HRESULT put_MarkerTrailDistance(
double pDistance
);
[C++] Parameters pDistance [out, retval]
pDistance is a parameter of type double* pDistance [in]
pDistance is a parameter of type double