This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IM > IMapControl3 Interface > IMapControl3.ActiveView Property (ArcObjects .NET 10.4 SDK) |
The active view of the Map contained by the MapControl.
[Visual Basic .NET] Public ReadOnly Property ActiveView As IActiveView
[C#] public IActiveView ActiveView {get;}
[C++]
HRESULT get_ActiveView(
IActiveView** ActiveView
);
[C++]
Parameters ActiveView [out, retval]
ActiveView is a parameter of type IActiveView
This is the ActiveView on the Map contained within the MapControl.