Share

PipeStyleOptionBase.AlignHatchToPipe Property

Gets or sets the AlignHatchToPipe value that specifies whether the angle of the hatch lines for the pipe align with the angle of the pipe.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.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?