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


IHatchLineDefinition.SupplementalAngle Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

IHatchLineDefinition.SupplementalAngle Property

The SupplementalAngle.

[Visual Basic .NET]
Public Property SupplementalAngle As Double
[C#]
public double SupplementalAngle {get; set;}
[C++]
HRESULT get_SupplementalAngle(
  double* pAngle
);
[C++]
HRESULT put_SupplementalAngle(
  double pAngle
);
[C++]

Parameters pAngle [out, retval] pAngle is a parameter of type double pAngle [in] pAngle is a parameter of type double

Product Availability

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

See Also

IHatchLineDefinition Interface