LabelFlipped Property

Gets or sets the flipped state of the label.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public virtual bool Flipped { get; set; }

Property Value

Boolean

Implements

ICommonLabelFlipped
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the label object can't be flipped.
See Also