HatchOptions Property

Specifies which components of the pipe shape display a hatch pattern.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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);
}

See Also