Gets the angle at which label text flips 180 degrees to remain plan readable.

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

Syntax

C#
public PropertyDouble PlanReadableBias { get; }
Visual Basic
Public ReadOnly Property PlanReadableBias As PropertyDouble
	Get
Visual C++
public:
property PropertyDouble^ PlanReadableBias {
	PropertyDouble^ get ();
}

See Also