This is the ProcessMethod that keeps track of Deficits by provider

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

Syntax

C#
public bool CountProcessMethod(
	int year,
	WaterSim WSim,
	ProcessType pt
)
Visual Basic
Public Function CountProcessMethod ( _
	year As Integer, _
	WSim As WaterSim, _
	pt As ProcessType _
) As Boolean

Parameters

year
Type: System..::..Int32
Simulation Year (not used)
WSim
Type: WaterSimDCDC..::..WaterSim
The WaterSim object (used to get data)
pt
Type: WaterSimDCDC..::..ProcessType
the process stage, pre post (will be post), used to check is post

Return Value

See Also