Check a value against from Variables or Constants its restrictions.
Don't use CheckValue directly, use FWIntern.CheckVariable or FWIntern.CheckConstant instead.

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

Syntax

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

Parameters

szX
Type: System..::..String%

[Missing <param name="szX"/> documentation for "M:ExpSuite.FWintern.CheckValue(System.String@,System.String,ExpSuite.FWintern.VariableFlags,System.String,System.Double,System.Double,ExpSuite.clsFREQUENCY[],ExpSuite.clsFREQUENCY[])"]

szName
Type: System..::..String

[Missing <param name="szName"/> documentation for "M:ExpSuite.FWintern.CheckValue(System.String@,System.String,ExpSuite.FWintern.VariableFlags,System.String,System.Double,System.Double,ExpSuite.clsFREQUENCY[],ExpSuite.clsFREQUENCY[])"]

Flags
Type: ExpSuite..::..FWintern..::..VariableFlags

[Missing <param name="Flags"/> documentation for "M:ExpSuite.FWintern.CheckValue(System.String@,System.String,ExpSuite.FWintern.VariableFlags,System.String,System.Double,System.Double,ExpSuite.clsFREQUENCY[],ExpSuite.clsFREQUENCY[])"]

szUnit
Type: System..::..String

[Missing <param name="szUnit"/> documentation for "M:ExpSuite.FWintern.CheckValue(System.String@,System.String,ExpSuite.FWintern.VariableFlags,System.String,System.Double,System.Double,ExpSuite.clsFREQUENCY[],ExpSuite.clsFREQUENCY[])"]

dMin
Type: System..::..Double

[Missing <param name="dMin"/> documentation for "M:ExpSuite.FWintern.CheckValue(System.String@,System.String,ExpSuite.FWintern.VariableFlags,System.String,System.Double,System.Double,ExpSuite.clsFREQUENCY[],ExpSuite.clsFREQUENCY[])"]

dMax
Type: System..::..Double

[Missing <param name="dMax"/> documentation for "M:ExpSuite.FWintern.CheckValue(System.String@,System.String,ExpSuite.FWintern.VariableFlags,System.String,System.Double,System.Double,ExpSuite.clsFREQUENCY[],ExpSuite.clsFREQUENCY[])"]

freqParL
Type: array<clsFREQUENCY>[]()[][]

[Missing <param name="freqParL"/> documentation for "M:ExpSuite.FWintern.CheckValue(System.String@,System.String,ExpSuite.FWintern.VariableFlags,System.String,System.Double,System.Double,ExpSuite.clsFREQUENCY[],ExpSuite.clsFREQUENCY[])"]

freqParR
Type: array<clsFREQUENCY>[]()[][]

[Missing <param name="freqParR"/> documentation for "M:ExpSuite.FWintern.CheckValue(System.String@,System.String,ExpSuite.FWintern.VariableFlags,System.String,System.Double,System.Double,ExpSuite.clsFREQUENCY[],ExpSuite.clsFREQUENCY[])"]

Return Value

[Missing <returns> documentation for "M:ExpSuite.FWintern.CheckValue(System.String@,System.String,ExpSuite.FWintern.VariableFlags,System.String,System.Double,System.Double,ExpSuite.clsFREQUENCY[],ExpSuite.clsFREQUENCY[])"]

Remarks