ArcObjects Library Reference (TrackingAnalyst)  

ITimeControl2.CurrentBasicMap Property

Indicates value of the current basicmap display during playback.

[Visual Basic .NET]
Public Property CurrentBasicMap As IBasicMap
[C#]
public IBasicMap CurrentBasicMap {get; set;}
[C++]
HRESULT get_CurrentBasicMap(
  IBasicMap** ppiCurrentMap
);
[C++]
HRESULT putref_CurrentBasicMap(
  IBasicMap* ppiCurrentMap
);
[C++]

Parameters

ppiCurrentMap [out, retval]

  ppiCurrentMap is a parameter of type IBasicMap

ppiCurrentMap [in]

  ppiCurrentMap is a parameter of type IBasicMap

Product Availability

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

See Also

ITimeControl2 Interface