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


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

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