LabelStyleDefaultDefaultPlanReadabilityPlanReadable Property |
Gets the boolean that specifies whether all text components in labels can be read easily in plan view.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyBoolean PlanReadable { get; }
Public ReadOnly Property PlanReadable As PropertyBoolean
Get
public:
property PropertyBoolean^ PlanReadable {
PropertyBoolean^ get ();
}
Property Value
PropertyBoolean
Remarks
If true: Rotates text to insure that it can be read easily in plan view or as if viewed from an angle at the bottom or right side of the screen/paper.
If false: Displays Text as inserted.
This option applies only to text components in labels.
See Also