Check a Constant against restrictions.

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

Syntax

Visual Basic
Public Shared Function CheckConstant ( _
	szX As String, _
	constExp As FWintern..::..ExpConstant, _
	freqParL As clsFREQUENCY(), _
	freqParR As clsFREQUENCY() _
) As String

Parameters

szX
Type: System..::..String
String with the context to be checked. Caution: if the Constant should be of numeric type, the variant data type will change to Double.
constExp
Type: ExpSuite..::..FWintern..::..ExpConstant
onstant with all restriction data.
freqParL
Type: array<clsFREQUENCY>[]()[][]

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

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

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

Return Value

String with error descriptions or empty if the content passed the check.

Remarks