Gets or sets the rotation angle of the label.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public virtual double RotationAngle { get; set; }
VB
Public Overridable Property RotationAngle As Double Get Set
C++
public: virtual property double RotationAngle { double get (); void set (double value); }
Property Value
DoubleImplements
ICommonLabelRotationAngleExceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown when the label object can't be rotated at that time. |
