ArcObjects Library Reference (DefenseSolutions)  

IDisplayList.Rotation Property

Specifies the angle of rotation applied to all graphics in the display list. Expressed in degrees, where 0 is horizontal.

[Visual Basic .NET]
Public Property Rotation As Double
[C#]
public double Rotation {get; set;}
[C++]
HRESULT get_Rotation(
  double* Angle
);
[C++]
HRESULT put_Rotation(
  double Angle
);
[C++]

Parameters

Angle [out, retval]   Angle is a parameter of type double Angle [in]   Angle is a parameter of type double

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IDisplayList Interface