Class ComponentScanOptions
- Namespace
- Acuit.Pinpoint.Workstation
- Assembly
- Acuit.Pinpoint.Workstation.Interfaces.dll
Options for performing a component scan.
public class ComponentScanOptions
- Inheritance
-
ComponentScanOptions
- Inherited Members
Properties
MergePreassembly
Gets or sets whether this component scan should merge an existing preassembly, or null to use the default behavior for the station type.
public bool? MergePreassembly { get; set; }
Property Value
- bool?
ShowSkip
Gets or sets whether to show a "Skip Component" button instead of a "Cancel" button in the component scan window.
public bool ShowSkip { get; set; }
Property Value
SkipIfHaveValid
Gets or sets whether to skip prompting for the component scan if there is already a valid scan for this component in the unit record.
public bool SkipIfHaveValid { get; set; }