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.4.2516.0

Syntax

C#
public PipeHatchType SectionCrossingHatch { get; set; }
Visual Basic
Public Property SectionCrossingHatch As PipeHatchType
	Get
	Set
Visual C++
public:
property PipeHatchType SectionCrossingHatch {
	PipeHatchType get ();
	void set (PipeHatchType value);
}

See Also