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