PCTReclaimedRangeCheck - Check to see of all the PCT reclaimed model paramters do nt eceeed 100% total

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

Syntax

C#
public bool PCTReclaimedRangeCheck(
	int Value,
	eProvider provider,
	eModelParam emp
)
Visual Basic
Public Function PCTReclaimedRangeCheck ( _
	Value As Integer, _
	provider As eProvider, _
	emp As eModelParam _
) As Boolean

Parameters

Value
Type: System..::..Int32
int: to be checked if violates over 100% rule
provider
Type: WaterSimDCDC..::..eProvider
eProvider: who will set the value
emp
Type: WaterSimDCDC..::..eModelParam
eModelParam: This is the actual ModelParameter that is doing the check.

Return Value

bool True if all values are less than or equal to 100, False of the do not

See Also