ArcObjects Library Reference  (Carto)    

IACTextMarkerSymbol.Angle Property

The angle of the marker.

[Visual Basic 6.0]
Property Angle As Double
[Visual Basic .NET]
Public Property Angle As Double
[C#]
public double Angle {get; set;}
[Java]
public Double getAngle()
throws
    IOException,
    AutomationException
[Java]
public void setAngle(
Double Angle
)
throws
    IOException,
    AutomationException
[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

Product Availability

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

See Also

IACTextMarkerSymbol Interface

 


Feedback Send feedback on this page