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


IRotateOperation.ActiveView Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRotateOperation.ActiveView Property

The view that is being Rotated.

[Visual Basic .NET]
Public WriteOnly Property ActiveView
[C#]
public void ActiveView {set;}
[C++]
HRESULT put_ActiveView(
  IActiveView* 
);
[C++]

Parameters
is a parameter of type IActiveView

Product Availability

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

See Also

IRotateOperation Interface