This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITimeControl2 Interface > ITimeControl2.CurrentBasicMap Property (ArcObjects .NET 10.5 SDK) |
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