This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITimeControl Interface > ITimeControl.CurrentMap Property (ArcObjects .NET 10.4 SDK) |
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