Gets or sets whether the hatch is a double hatch.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool IsDoubleHatch { get; set; }
VB
Public Property IsDoubleHatch As Boolean Get Set
C++
public: property bool IsDoubleHatch { bool get (); void set (bool value); }