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