Object AMBuildSettings.GeneratedLayerRotationAngle { get; set; } ***OBSOLETE*** Use of `double` for GeneratedLayerRotationAngle is deprecated, use `Quantity` instead.
Gets or sets the generated layer rotation angle.
The type for the setter can be either double or Quantity.
Support for double is deprecated and will be removed in a future release.
The type returned by the getter is a Quantity.
An exception will be thrown for unsupported types.
An exception will be thrown if the value is less than 0 or greater than 180 degrees.
Examples