Click or drag to resize

BaseImageProcessingVariationCapableElementUpdateVariationParameterInView Method

Updates in the variation parameter table of the given view the variation parameter with the given property name and the possibly new base value.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public virtual void UpdateVariationParameterInView(
	IImageProcessingView guiView,
	string propertyName,
	bool isBaseValueToSet,
	Object newObjectValue
)

Parameters

guiView  IImageProcessingView
The view where the property is to be set.
propertyName  String
The name of the property to be set.
isBaseValueToSet  Boolean
If true the BaseValue will be set to the CurrentValue. Needed in case the "Reset to defaults" button is pressed.
newObjectValue  Object
The new bas value.
See Also