SetRangeFloat32 Data Member Function

Sets the range of the control at the specified index.

Prototype

int32 SetRangeFloat32( int32 p_nIndex, double min, double max )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index at which to set the range value.
doubleminThe range minimum value.
doublemaxThe range maximum value.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.