This document is archived and information here might be outdated. Recommended version. |
Indicates if the track symbology is smooth or not.
[Visual Basic .NET]
Public Property SmoothTracks As Boolean
[C#]
public bool SmoothTracks {get; set;}
[C++]
HRESULT get_SmoothTracks(
Boolean* pvbSmooth
);
[C++]
HRESULT put_SmoothTracks(
VARIANT_BOOL pvbSmooth
);
[C++] Parameters pvbSmooth [out, retval]
pvbSmooth is a parameter of type bool* pvbSmooth [in]
pvbSmooth is a parameter of type bool