Check a value against its restrictions.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Private Function CheckValue ( _
	szX As String, _
	szName As String, _
	Flags As FWintern..::..VariableFlags, _
	szUnit As String, _
	dMin As Double, _
	dMax As Double _
) As String

Parameters

szX
Type: System..::..String
Parameter_Description
szName
Type: System..::..String
Parameter_Description
Flags
Type: ExpSuite..::..FWintern..::..VariableFlags
Parameter_Description
szUnit
Type: System..::..String
Parameter_Description
dMin
Type: System..::..Double
Parameter_Description
dMax
Type: System..::..Double
Parameter_Description

Return Value

Error message.

Remarks