HatchOptions Property

Gets or sets which components of the pressure pipe shape display a hatch pattern.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.208.0

Syntax

C#

public PressurePipeHatchType HatchOptions { get; set; }

Visual Basic

Public Property HatchOptions As PressurePipeHatchType
	Get
	Set

Visual C++

public:
property PressurePipeHatchType HatchOptions {
	PressurePipeHatchType get ();
	void set (PressurePipeHatchType value);
}

See Also