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