This document is archived and information here might be outdated.  Recommended version.


ITemporalRenderer2.SmoothTracks Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITemporalRenderer2.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

ITemporalRenderer2 Interface