Query if 'value' is in base ModelParameter range.

Namespace: WaterSimDCDC
Assembly: WaterSimDCDC_API (in WaterSimDCDC_API.dll) Version: 5.0.0.10 (5.0.0.10)

Syntax

C#
public bool isBaseValueInRange(
	int value,
	ref string errMessage
)
Visual Basic
Public Function isBaseValueInRange ( _
	value As Integer, _
	ByRef errMessage As String _
) As Boolean

Parameters

value
Type: System..::..Int32
The value to be checked.
errMessage
Type: System..::..String%
[in,out] Message describing the error.

Return Value

true if base value in range, false if not.

Exceptions

ExceptionCondition
WaterSimDCDC..::..WaterSim_Exception Thrown when ModelParameter is not a modelParamtype.mptInputBase Parameter

See Also