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


IMxdContents.ActiveView Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMxdContents Interface > IMxdContents.ActiveView Property
ArcGIS Developer Help

IMxdContents.ActiveView Property

The Map object.

[Visual Basic .NET]
Public ReadOnly Property ActiveView As IActiveView
[C#]
public IActiveView ActiveView {get;}
[C++]
HRESULT get_ActiveView(
  IActiveView** ppActiveView
);
[C++]
Parameters
ppActiveView [out, retval]

ppActiveView is a parameter of type IActiveView**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMxdContents Interface