Click or drag to resize

countersetup Method (String, Int32, Int32, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.math
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void setup(
	string __title,
	int __limit,
	int __startIndex = 0,
	bool __isRunning = false
)
Request Example View Source

Parameters

__title
Type: SystemString
__limit
Type: SystemInt32
__startIndex (Optional)
Type: SystemInt32
__isRunning (Optional)
Type: SystemBoolean
See Also