Click or drag to resize

RelaxISPlugin_AxisValueIsLogarithmicByDefault Property

Defines if the Logarithmic Scaling option is selected by default for this axis value or if no preference can be set

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract int IsLogarithmicByDefault { get; }

Return Value

Int32
1, if the value is to be scaled logarithmically by default, 0 if not. -1 if no preference can be defined
See Also