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