BaseImageProcessingAutomationVaryParameter Method |
Varies the given variation parameter according to the current loop
state and updates the GUI.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.20.0
Syntaxpublic virtual void VaryParameter(
VariationParameter vp,
IImageProcessingView guiView
)
Parameters
- vp VariationParameter
- The variation parameter to be varied.
- guiView IImageProcessingView
- The dialog to be updated.
See Also