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