ArcObjects Library Reference (DefenseSolutions)  

ICachedGraphic.Angle Property

The angle of the graphic, expressed in radians, where 0 is horizontal.

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

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICachedGraphic Interface