IImageProcessingView.GetVariationProperties 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.22.0
SyntaxIEnumerable<KeyValuePair<string, string>> GetVariationProperties()
Return Value
IEnumerable<KeyValuePair<String,
String>>The dictionary of property names and their labels currently
usable.
See Also