ArcObjects Library Reference (TrackingAnalyst)  

ITrackRenderer.SmoothTracks Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITrackRenderer Interface