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


IBasicDocument2.ActivatedView Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (ArcMapUI)  

IBasicDocument2.ActivatedView Property

The activated view. This is the same as the active view unless a data frame is activated within a layout.

[Visual Basic .NET]
Public ReadOnly Property ActivatedView As IActiveView
[C#]
public IActiveView ActivatedView {get;}

Product Availability

Available with ArcGIS Desktop.

See Also

IBasicDocument2 Interface