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


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

ILineFillSymbol.Angle Property

Line symbol angle within fill.

[Visual Basic .NET]
Public Property Angle As Double
[C#]
public double Angle {get; set;}
[C++]
HRESULT get_Angle(
  System.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 line within the fill is displayed. An Angle of 0 (zero) is horizontal, while an Angle of 90 is vertical.

See Also

ILineFillSymbol Interface