Gets or sets the PipeHatchOptions object that specifies the style for the inside walls of pipe crossings displayed in section view.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public PipeHatchType SectionCrossingHatch { get; set; }
VB
Public Property SectionCrossingHatch As PipeHatchType Get Set
C++
public: property PipeHatchType SectionCrossingHatch { PipeHatchType get (); void set (PipeHatchType value); }