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.4.208.0

Syntax

C#

public PropertyBoolean PlanReadable { get; }

Visual Basic

Public ReadOnly Property PlanReadable As PropertyBoolean
	Get

Visual C++

public:
property PropertyBoolean^ PlanReadable {
	PropertyBoolean^ get ();
}

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