Gets or sets which components of the pressure pipe shape display a hatch pattern.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public PressurePipeHatchType HatchOptions { get; set; }
VB
Public Property HatchOptions As PressurePipeHatchType Get Set
C++
public: property PressurePipeHatchType HatchOptions { PressurePipeHatchType get (); void set (PressurePipeHatchType value); }