Click or drag to resize

MenuSlider Constructor

Create menu slider.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public MenuSlider(
	int index,
	string id,
	double min,
	double max,
	double value,
	int numDecimals
)

Parameters

index
Type: SystemInt32
Control index.
id
Type: SystemString
Slider id.
min
Type: SystemDouble
Minimum value.
max
Type: SystemDouble
Maximum value.
value
Type: SystemDouble
Current value.
numDecimals
Type: SystemInt32
Number of decimals. Should be inside the interval [0,12].
See Also