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


IOrientInteraction.Angle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IO > IOrientInteraction Interface > IOrientInteraction.Angle Property
ArcGIS Developer Help

IOrientInteraction.Angle Property

Current angle of orientation.

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

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

Product Availability

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

See Also

IOrientInteraction Interface