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


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

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