Gets or sets a double value to specify an angle for the hatch pattern relative to the X axis of the current UCS.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double PatternAngle { get; set; }
VB
Public Property PatternAngle As Double Get Set
C++
public: property double PatternAngle { double get (); void set (double value); }