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


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

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