Click or drag to resize
IMyTerminalControlSlider Methods

[This is preliminary documentation and is subject to change.]

The IMyTerminalControlSlider type exposes the following members.

Methods
  NameDescription
Public methodRedrawControl
Recreates the control GUI. This allows you to update the Title of some controls.
(Inherited from IMyTerminalControl.)
Public methodSetDualLogLimits(Single, Single, Single)
Allows you to set the upper and lower limits of the slider, interpolating on a logarithmic scale at both ends
Public methodSetDualLogLimits(FuncIMyTerminalBlock, Single, FuncIMyTerminalBlock, Single, Single)
Allows you to set the upper and lower limits of the slider with delegates, interpolating on a logarithmic scale at both ends
Public methodSetLimits(Single, Single)
Allows you to set the upper and lower limits of the slider
Public methodSetLimits(FuncIMyTerminalBlock, Single, FuncIMyTerminalBlock, Single)
Allows you to set the upper and lower limits of the slider with delegates
Public methodSetLogLimits(Single, Single)
Allows you to set the upper and lower limits of the slider, interpolating on a logarithmic scale
Public methodSetLogLimits(FuncIMyTerminalBlock, Single, FuncIMyTerminalBlock, Single)
Allows you to set the upper and lower limits of the slider with delegates, interpolating on a logarithmic scale
Public methodUpdateVisual
This updates a control that is currently displayed, allowing you to refresh it's state
(Inherited from IMyTerminalControl.)
Top
Extension Methods
See Also