Specifies which components of the pipe shape display a hatch pattern.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public PipeHatchType HatchOptions { get; set; } |
| Visual Basic |
|---|
Public Property HatchOptions As PipeHatchType Get Set |
| Visual C++ |
|---|
public: property PipeHatchType HatchOptions { PipeHatchType get (); void set (PipeHatchType value); } |