Click or drag to resize

VariationParameter Properties

The VariationParameter type exposes the following members.

Properties
 NameDescription
Public propertyBaseValue The base value from where the loop starts.
Public propertyCounter 
Public propertyCurrentValue The property's current value in a loop cycle.
Public propertyDelta The delta the value is increased in a loop cycle. May be negative.
Public propertyFormatString A format string for displaying a property value in the GUI.
Public propertyImageProcessingElement The image processing element this variation parameter belongs to.
Public propertyIsEditable Only for the GUI: The list of variation parameters in a searcher's dialog may contain variation parameters of other image processing elements, for example of a filter. These are not editable.
Public propertyIsToggleDirection 
Public propertyModelPath The complete namespace path of the property.
Public propertyPropertyTitle The property's name as it is shown in the GUI.
Public propertyTryCount The number of loop cycles.
Public propertyUnit A factor a property value may be multiplied with for displaying it in the GUI.
Public propertyUnitBaseValue Only for the GUI: BaseValue devided by Unit.
Public propertyUnitCurrentValue Only for the GUI: CurrentValue devided by Unit.
Public propertyUnitDelta Only for the GUI: Delta devided by Unit.
Top
See Also