This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACTextMarkerSymbol Interface > IACTextMarkerSymbol.Angle Property (ArcObjects .NET 10.5 SDK) |
The angle of the marker.
[Visual Basic .NET] Public Property Angle As Double
[C#] public double Angle {get; set;}
[C++]
HRESULT get_Angle(
double* Angle
);
[C++]
HRESULT put_Angle(
double Angle
);
[C++]
Parameters Angle [out, retval] Angle is a parameter of type double Angle [in] Angle is a parameter of type double