ArcObjects Library Reference (TrackingAnalyst)  

ITemporalRenderer2.MostCurrentAdvRendererEnabled Property

Indicates whether the most current track events are also rendered by the most current advanced renderer.

[Visual Basic .NET]
Public Property MostCurrentAdvRendererEnabled As Boolean
[C#]
public bool MostCurrentAdvRendererEnabled {get; set;}
[C++]
HRESULT get_MostCurrentAdvRendererEnabled(
  VARIANT_BOOL* pvbEnabled
);
[C++]
HRESULT put_MostCurrentAdvRendererEnabled(
  VARIANT_BOOL pvbEnabled
);
[C++]

Parameters

pvbEnabled [out, retval]   pvbEnabled is a parameter of type VARIANT_BOOL pvbEnabled [in]   pvbEnabled 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