ArcObjects Library Reference (Controls)  

IMapControl3.ActiveView Property

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

Product Availability

Available with ArcGIS Engine.

Description

This is the ActiveView on the Map contained within the MapControl.

See Also

IMapControl3 Interface

.NET Samples

Arranging MOLE graphics using manual decluttering (Code Files: MainForm) | Synchronized MapControl and PageLayoutControl application (Code Files: ControlsSynchronizer) | Temporal statistics (Code Files: MainForm) | Using MOLE symbol-based graphics with interactive maps (Code Files: MainForm) |