Share

PressurePipeStylePlanOption.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.8.0.280

Syntax

C#

public bool AlignHatchToPipe { get; set; }

VB

Public Property AlignHatchToPipe As Boolean
	Get
	Set

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?