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


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

ITemporalRenderer2.MostCurrentRendererEnabled Property

Indicates whether the most current track events are rendered by the most current renderer, instead of the event renderer.

[Visual Basic .NET]
Public Property MostCurrentRendererEnabled As Boolean
[C#]
public bool MostCurrentRendererEnabled {get; set;}
[C++]
HRESULT get_MostCurrentRendererEnabled(
  VARIANT_BOOL* pvbIsMCEnabled
);
[C++]
HRESULT put_MostCurrentRendererEnabled(
  VARIANT_BOOL pvbIsMCEnabled
);
[C++]

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