Gets the boolean that specifies whether all text components in labels can be read easily in plan view.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean PlanReadable { get; }
VB
Public ReadOnly Property PlanReadable As PropertyBoolean Get
C++
public: property PropertyBoolean^ PlanReadable { PropertyBoolean^ get (); }