Object AMBuildSettings.ScanStripeWidth { get; set; } ***OBSOLETE*** Use of `double` for ScanStripeWidth is deprecated, use `Quantity` instead.
Gets or sets the scan stripe width.
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 with inherent strain disabled.
An exception will be thrown if the value is less than 0.001 or greater than 0.1 meters
when inherent strain is enabled and the inherent strain definition is Thermal Strain.
Examples