Constructor.

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

Syntax

C#
public ModelParameterBaseArray(
	int size
)
Visual Basic
Public Sub New ( _
	size As Integer _
)

Parameters

size
Type: System..::..Int32
The size of the BaseArray.

See Also