Annual full data.

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

Syntax

C#
public static string[] AnnualFullData(
	WaterSim WSim,
	string ScenarioName,
	int year,
	int columnSize,
	bool UseTabs
)
Visual Basic
Public Shared Function AnnualFullData ( _
	WSim As WaterSim, _
	ScenarioName As String, _
	year As Integer, _
	columnSize As Integer, _
	UseTabs As Boolean _
) As String()

Parameters

WSim
Type: WaterSimDCDC..::..WaterSim
The WaterSim class object being used for Simulation.
ScenarioName
Type: System..::..String
Name of the scenario.
year
Type: System..::..Int32
The year.
columnSize
Type: System..::..Int32
width of each column.
UseTabs
Type: System..::..Boolean
true to use tabs otherwise pads with spaces.

Return Value

.

Remarks

returns an array of strings, one string for each provider with the value of all parameters in order to match report header. Essentiall the report header strings plus these strings is all the input and output data for one Simulation year. Reads the current data from the paramters for the WaterSim class object passed.

See Also