Share

LabelStyleBase.BasePlanReadability.PlanReadable Property

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 ();
}

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

Reference

Was this information helpful?