Click or drag to resize

BaseImageProcessingVariationCapableElementCreateVariationParameter Method

Creates the variation parameter with the given property name and fills it with the values of the relevant properties of this image processing element. Which properties are filled is defined in the list in PropertyNameToLabelMap.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public virtual VariationParameter CreateVariationParameter(
	string propertyName,
	bool isOwnParameter
)

Parameters

propertyName  String
The name of the parameter to be created.
isOwnParameter  Boolean
If true the isOwn flag will be set which means that the parameter is a property of this class itself rather than one of another class (e. g. the CircleSearcher will fill a list which could contain properties of the PictureFilter).

Return Value

VariationParameter
The new, filled variation parameter.
See Also