ICommonLabelRotationAngle Property |
Gets or sets the rotation angle of the label.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxdouble RotationAngle { get; set; }Property RotationAngle As Double
Get
Set
property double RotationAngle {
double get ();
void set (double value);
}Property Value
Double
Exceptions
Remarks
Check the CanRotate property before setting the rotation angle.
See Also