LabelRotationAngle Property |
Gets or sets the rotation angle of the label.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic virtual double RotationAngle { get; set; }Public Overridable Property RotationAngle As Double
Get
Set
public:
virtual property double RotationAngle {
double get ();
void set (double value);
}Property Value
DoubleImplements
ICommonLabelRotationAngle
Exceptions| Exception | Condition |
|---|
| 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