Constructor.

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

Syntax

C#
public SimulationStrings(
	int BaseOutputSize,
	int ProviderOutputSize,
	int BaseInputSize,
	int ProviderInputSize
)
Visual Basic
Public Sub New ( _
	BaseOutputSize As Integer, _
	ProviderOutputSize As Integer, _
	BaseInputSize As Integer, _
	ProviderInputSize As Integer _
)

Parameters

BaseOutputSize
Type: System..::..Int32
Size of the base output.
ProviderOutputSize
Type: System..::..Int32
Size of the provider output.
BaseInputSize
Type: System..::..Int32
Size of the base input.
ProviderInputSize
Type: System..::..Int32
Size of the provider input.

See Also