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.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic abstract IEnumerable<KeyValuePair<string, string>> GetVariationProperties()
Return Value
IEnumerableKeyValuePairString,
StringThe dictionary of property names and their labels currently
usable.
See Also