This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackRenderer Interface > ITrackRenderer.SmoothTracks Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* pvbSmooth
);
[C++]
HRESULT put_SmoothTracks(
VARIANT_BOOL pvbSmooth
);
[C++]
Parameters pvbSmooth [out, retval] pvbSmooth is a parameter of type VARIANT_BOOL pvbSmooth [in] pvbSmooth is a parameter of type VARIANT_BOOL