Gets or sets a boolean value that specifies whether to use the rotation angle of hatched object for the hatch rotation angle.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public bool UseAngleOfObject { get; set; }
Visual Basic
Public Property UseAngleOfObject As Boolean
	Get
	Set
Visual C++
public:
property bool UseAngleOfObject {
	bool get ();
	void set (bool value);
}

See Also