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


ITimeControl.CurrentMap Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITimeControl.CurrentMap Property

Indicates value of the current map display during playback.

[Visual Basic .NET]
Public Property CurrentMap As IMap
[C#]
public IMap CurrentMap {get; set;}
[C++]
HRESULT get_CurrentMap(
  IMap** ppiCurrentMap
);
[C++]
HRESULT putref_CurrentMap(
  IMap* ppiCurrentMap
);
[C++]

Parameters ppiCurrentMap [out, retval]
ppiCurrentMap is a parameter of type IMap ppiCurrentMap [in]
ppiCurrentMap is a parameter of type IMap

Product Availability

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

See Also

ITimeControl Interface

.NET Snippets

TimeControl Playback