Click or drag to resize

IVariationParameter Interface

A variation parameter is prepared for increasing or decreasing its value in a loop. Starting from a base value the current value is modified by a delta in the next loop cycle until a counter is reached.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public interface IVariationParameter

The IVariationParameter type exposes the following members.

Properties
 NameDescription
Public propertyBaseValue The base value from where the loop starts.
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 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.
Top
See Also