AllowsFlipping Property

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

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

Syntax

C#

public virtual bool AllowsFlipping { get; }

Visual Basic

Public Overridable ReadOnly Property AllowsFlipping As Boolean
	Get

Visual C++

public:
virtual property bool AllowsFlipping {
	bool get ();
}

Implements

ICommonLabelOptions.AllowsFlipping

See Also