Gets or sets the AlignHatchToPipe value that specifies whether the angle of the hatch lines for the pipe align with the angle of the pipe.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public bool AlignHatchToPipe { get; set; } |
Visual Basic |
---|
Public Property AlignHatchToPipe As Boolean Get Set |
Visual C++ |
---|
public: property bool AlignHatchToPipe { bool get (); void set (bool value); } |