Click or drag to resize

BaseImageProcessingVariationCapableElementGetVariationProperties Method

Creates a dictionary of property names of all the currently (according to advanced mode) usable (and therefore visible) parameters. Used to show the usable parameters in the GUI's combo box to select them for looping.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public abstract IEnumerable<KeyValuePair<string, string>> GetVariationProperties()

Return Value

IEnumerableKeyValuePairString, String
The dictionary of property names and their labels currently usable.
See Also