Specifies which components of a pipe crossing display a hatch pattern.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PipeHatchType CrossingHatch { get; set; }
VB
Public Property CrossingHatch As PipeHatchType Get Set
C++
public: property PipeHatchType CrossingHatch { PipeHatchType get (); void set (PipeHatchType value); }