ArcObjects Library Reference (Display)  

IHashLineSymbol.Angle Property

Hash line angle.

[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

Product Availability

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

Description

Angle is the angle that the hash is displayed. An Angle of 0 (zero) is horizontal, while an Angle of 90 is perpendicular to the feature like the ties of a railroad symbol.

See Also

IHashLineSymbol Interface