Object AMBuildSettings.GeneratedStartLayerAngle { get; set; } ***OBSOLETE*** Use of `double` for GeneratedStartLayerAngle is deprecated, use `Quantity` instead.
Gets or sets the generated start layer 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