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


IPlacedObject3.Angle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPlacedObject3 Interface > IPlacedObject3.Angle Property
ArcGIS Developer Help

IPlacedObject3.Angle Property

Angle for the placed object.

[Visual Basic .NET]
Public ReadOnly Property Angle As Double
[C#]
public double Angle {get;}
[C++]
HRESULT get_Angle(
  System.Double* Angle
);
[C++]
Parameters
Angle [out, retval]

Angle is a parameter of type double*

Product Availability

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

See Also

IPlacedObject3 Interface