Click or drag to resize

BaseImageProcessingAutomation Properties

The BaseImageProcessingAutomation type exposes the following members.

Properties
 NameDescription
Protected propertyApplicationDataDirectory The directory where application data, such as logs and configurations, are stored.
(Inherited from BaseJobElement)
Public propertyAvailableImageProcessingElements The list of available job elements. This list is recreated each time a new image processing object is created.
Public propertyCancellationToken CancellationToken for canceling the delay if run on host.
(Inherited from BaseAutomationJobElement)
Public propertyCondition The binning condition for the holder of the job element.
(Inherited from BaseJobElement)
Protected propertyConfigurationManager
(Inherited from BasePlugin)
Protected propertyDeviceManager
(Inherited from BaseJobElement)
Protected propertyDirtyFlagLocker The lock object for property modification.
(Inherited from BaseJobElement)
Protected propertyDoHandleConditionPortChangedDelegate
(Inherited from BaseJobElement)
Public propertyErrorCode An error code as result from any image processing execution.
Public propertyErrorMessage A string with one or more error messages.
Public propertyExcutionStartPointIndex This is the index in the list of used image processing elements from which an execution should start.
Public propertyIsAutoTestWhenOpened Flag to indicate if the image processing should start immediately when the dialog is opened.
Public propertyIsCameraFieldSizeToReduce Due to performance reasons the images the camera is capturing should be as small as possible. If this flag is activated, the camera's used image size is reduced (in its hardware) in a way that all regions of interest used in the job fits into this size.
Public propertyIsDirty The flag to indicate whether the content of this job element has been modified.
(Inherited from BaseJobElement)
Public propertyIsExecutionInProgress Flag to indicate if an image processing element is currently being executed.
Public propertyIsExecutionWithTimeout If true the execution of a job element is done with the timeout time defined in the job element, and the execution can be aborted. If false, both is not possible.
Public propertyIsJobExpanded If true the job expander in the GUI will be expanded.
Public propertyIsPickingModeButtonAvailable Flag to indicate if the picking mode button in the image capturer dialog is visible or not. If invisible, the picking mode is always on rather to be switched off after each ROI selection.
Public propertyIsResultZoomEnabled If true the user can zoom in/out on the result images in the searcher views
Public propertyIsSettingsExpanded If true the settings expander in the GUI will be expanded.
Public propertyIsTestResultExpanded If true the test result expander in the GUI will be expanded.
Public propertyIsVerboseNotificationMode If true, more notification messages will be displayed in the GUI.
Public propertyJobElementID The unique ID of the job element. If the concrete class inherits from BaseJobElement, the JobElementID of the BaseJobElement will be prefilled. Recommended not to be changed.
(Inherited from BaseJobElement)
Protected propertyLogDirectory The directory of the log file.
(Inherited from BasePlugin)
Public propertyLogger The common logger.
(Inherited from BasePlugin)
Public propertyPluginMetadata The metadata of the plugin instances. If the concrete class inherits from the BasePluginSetup interface, the metadata of the BasePluginSetup will be prefilled.
(Inherited from BasePlugin)
Public propertyPropertyMask
(Inherited from BaseJobElement)
Public propertyShouldExecute The flag to indicate whether the job element should be marked.
(Inherited from BaseAutomationJobElement)
Public propertyShowConditionControllerUIDelegate The delegate to show the controller UI because no ports have been defined.
(Inherited from BaseJobElement)
Public propertyStoreImages This switch controls under what condition a result image is saved if activated in an image processing element.
Public propertyStoreImagesPath This is the directory images are saved into if activated with StoreImages.
Public propertyUsedImageProcessingElements The list of used image processing elements used in the image processing job.
Protected propertyVariableManager
(Inherited from BaseJobElement)
Public propertyVariableScopeName
(Inherited from BaseJobElement)
Top
See Also