This document is archived and information here might be outdated. Recommended version. |
Indicates if the trail heading (bearing) is displayed as an angle of the base marker symbol.
[Visual Basic .NET]
Public Property ShowMarkerTrailBearing As Boolean
[C#]
public bool ShowMarkerTrailBearing {get; set;}
[C++]
HRESULT get_ShowMarkerTrailBearing(
Boolean* pShow
);
[C++]
HRESULT put_ShowMarkerTrailBearing(
VARIANT_BOOL pShow
);
[C++] Parameters pShow [out, retval]
pShow is a parameter of type bool* pShow [in]
pShow is a parameter of type bool