AlignHatchToPipe Property

Gets or sets whether the angle of the hatch lines align with the angle of the pressure pipe.

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

Syntax

C#

public bool AlignHatchToPipe { get; set; }

Visual Basic

Public Property AlignHatchToPipe As Boolean
	Get
	Set

Visual C++

public:
property bool AlignHatchToPipe {
	bool get ();
	void set (bool value);
}

See Also