Click or drag to resize

IImageProcessingViewGetVariationProperties Method

Creates a dictionary of property names of all the currently (according to selected/advanced elements in a dialog) usable (and therefore visible) parameters. Used to show the usable parameters in the 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#
IEnumerable<KeyValuePair<string, string>> GetVariationProperties()

Return Value

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