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