Share

LabelStyleDefault.DefaultPlanReadability.PlanReadableBias Property

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

Syntax

C#

public PropertyDouble PlanReadableBias { get; }

VB

Public ReadOnly Property PlanReadableBias As PropertyDouble
	Get

C++

public:
property PropertyDouble^ PlanReadableBias {
	PropertyDouble^ get ();
}

Property Value

PropertyDouble

See Also

Reference

Was this information helpful?