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.7.0.1276
Syntax
C#
public PropertyDouble PlanReadableBias { get; }
VB
Public ReadOnly Property PlanReadableBias As PropertyDouble Get
C++
public: property PropertyDouble^ PlanReadableBias { PropertyDouble^ get (); }