Gets or sets the flipped state of the label.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic virtual bool Flipped { get; set; }Public Overridable Property Flipped As Boolean
Get
Set
public:
virtual property bool Flipped {
bool get ();
void set (bool value);
}Property Value
BooleanImplements
ICommonLabelFlipped
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when the label object can't be flipped.
|
See Also