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


ITemporalRenderer2.SmoothTracks Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalRenderer2 Interface > ITemporalRenderer2.SmoothTracks Property
ArcGIS Developer Help

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(
  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

Product Availability

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

See Also

ITemporalRenderer2 Interface