ICommonLabelRotationAngle Property

Gets or sets the rotation angle of the label.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
double RotationAngle { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the label object can't be rotated at that time.
Remarks
Check the CanRotate property before setting the rotation angle.
See Also