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