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


IHatchLineDefinition.SupplementalAngle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchLineDefinition Interface > IHatchLineDefinition.SupplementalAngle Property
ArcGIS Developer Help

IHatchLineDefinition.SupplementalAngle Property

The SupplementalAngle.

[Visual Basic .NET]
Public Property SupplementalAngle As Double
[C#]
public double SupplementalAngle {get; set;}
[C++]
HRESULT get_SupplementalAngle(
  System.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