Base |
The BaseImageProcessingVariationCapableElement type exposes the following members.
| Name | Description | |
|---|---|---|
| AreLoopPermutations | If testing parameters in a loop while executing is enabled, this parameter controls if all possible combinations should be tried. | |
| AreParametersExpanded | If true the expander of the parameters in the GUI is expanded. Ignorable in case the API is used. | |
| AreVariationsExpanded | If true the expander of the failure handling in the GUI is expanded. Ignorable in case the API is used. | |
| ConfigurationManager | (Inherited from BasePlugin) | |
| ElapsedTimeMsg |
A notification string containing the time the element's execution
has lasted.
(Inherited from BaseImageProcessingElement) | |
| ExecutionStartPointIndex | When testing parameters (especially in a loop), this parameter controls where to start the execution. Relevant only in the GUI. | |
| ImageProcessingAutomation |
The image processing automation object this image processing
element belongs to.
(Inherited from BaseImageProcessingElement) | |
| ImageProcessingAutomationView |
The GUI of the automation object. Only needed in case used by the GUI
for showing some kind of progress. null in case used by the API.
(Inherited from BaseImageProcessingElement) | |
| IsAborted |
Is set to true if the user aborts the execution of this element.
(Inherited from BaseImageProcessingElement) | |
| IsAdvancedMode |
If true, in an image processing dialog the advanced parameters
will be shown.
(Inherited from BaseImageProcessingElement) | |
| IsAutoTest | If true the testing is done immediately when changing a parameter. Ignorable in case the API is used. | |
| IsAutoTestWhenOpened |
If true the image processing of this object is started immediately
when the dialog is opened.
(Inherited from BaseImageProcessingElement) | |
| IsExecutionStartedByGui |
If true the appropriate GUI elements are updated to show the
progress in case of looping.
(Inherited from BaseImageProcessingElement) | |
| IsExecutionStartedByOwnGui |
Is set to true only if the execution is started by the own GUI
dialog, not by the image processing dialog.
(Inherited from BaseImageProcessingElement) | |
| IsOk | Flag to indicate if the search has been successful. | |
| IsSaveResultImage |
If true, the final result image of an image processing job element
is saved if this mechanism is activated in
StoreImages.
(Inherited from BaseImageProcessingElement) | |
| IsSettingsDialogOpen |
Is true if the settings dialog is currently open.
(Inherited from BaseImageProcessingElement) | |
| IsSingleObjectFound | Is true if only a single object is found, rather than no object or several objects. | |
| IsTestingExpanded | If true the expander of the testing controls in the GUI is expanded. Ignorable in case the API is used. | |
| IsTimedOut |
When the TimeoutTime is exceeded while executing the job element
this flag is set to true.
(Inherited from BaseImageProcessingElement) | |
| LogDirectory |
The directory of the log file.
(Inherited from BasePlugin) | |
| Logger |
The common logger.
(Inherited from BasePlugin) | |
| NameInGui |
This string is shown in the GUI in the list of available elements.
(Inherited from BaseImageProcessingElement) | |
| PluginMetadata |
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) | |
| ShouldLoop | Only if true the looping with variation of the parameters given in VariationParameters will be done. | |
| TimeoutTime |
If this time (in milliseconds) is exceeded while executing the
job element, the execution will be aborted and the property
IsTimedOut will be set to true.
(Inherited from BaseImageProcessingElement) | |
| VariationParameters | The list of all parameters that should be varied during looping. |