Gets a boolean value that specifies whether the label object can be flipped.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: 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
GetVisual C++
public: virtual property bool AllowsFlipping { bool get (); }