Gets the plan readability related properties of the default label style.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public LabelStyleDefaultDefaultPlanReadability PlanReadability { get; }
VB
Public ReadOnly Property PlanReadability As LabelStyleDefaultDefaultPlanReadability Get
C++
public: property LabelStyleDefaultDefaultPlanReadability^ PlanReadability { LabelStyleDefaultDefaultPlanReadability^ get (); }