Click or drag to resize

IVariationParameter Properties

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