AllowsReversing Property

Gets a boolean value that specifies whether the label object can be reversed.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

bool AllowsReversing { get; }

Visual Basic

ReadOnly Property AllowsReversing As Boolean
	Get

Visual C++

property bool AllowsReversing {
	bool get ();
}

See Also