LabelGroupSubEntityFlipped Property |
Gets or sets the flipped state of the label.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
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
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the label object can't be flipped.
|
See Also