Gets the plan readability related properties of the default label style.

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

Syntax

C#
public LabelStyleBase..::..BasePlanReadability PlanReadability { get; }
Visual Basic
Public ReadOnly Property PlanReadability As LabelStyleBase..::..BasePlanReadability
	Get
Visual C++
public:
property LabelStyleBase..::..BasePlanReadability^ PlanReadability {
	LabelStyleBase..::..BasePlanReadability^ get ();
}

See Also