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.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public abstract int IsLogarithmicByDefault { get; }
Public MustOverride ReadOnly Property IsLogarithmicByDefault As Integer
Get
Dim instance As RelaxISPlugin_AxisValue
Dim value As Integer
value = instance.IsLogarithmicByDefault
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