Click or drag to resize

LimitsSetLimits(Double, Double) Method

Change the limits to new values.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public void SetLimits(
	double lower,
	double upper
)

Parameters

lower  Double
The lower limit.
upper  Double
The upper limit.
Exceptions
ExceptionCondition
ArgumentExceptionIf lower is larger than upper.
See Also