Click or drag to resize

WorkspaceConfigurationScanControllerSettings Class

Class for storing scan controller related field settings.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.ConfigurationWorkspaceConfigurationScanControllerSettings

Namespace: RAYLASE.Marker.Configuration
Assembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.19.0
Syntax
C#
public class ScanControllerSettings

The WorkspaceConfigurationScanControllerSettings type exposes the following members.

Constructors
 NameDescription
Public methodWorkspaceConfigurationScanControllerSettingsInitializes a new instance of the WorkspaceConfigurationScanControllerSettings class
Top
Properties
 NameDescription
Public propertyFieldSize Gets or sets the size of the scan field.
Public propertyHomePosition Gets or sets the home position where the mirrors will be placed when the job is finished.
Public propertyIsEnabled Defines whether the scan controller is used for this configuration.
Public propertyName Gets or sets the name of the associated scan controller
Public propertyOffset Gets or sets the offset of the scan field.
Public propertyTilingBounds Gets the list of WorkspaceConfigurationTilingBound. They are used for auto tiling if MultiHeadMode is unified or intersected field."/>
Top
See Also