Gets or sets the ModelParameter value.

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

Syntax

C#
public int Value { get; set; }
Visual Basic
Public Property Value As Integer
	Get
	Set

Field Value

The value.

Remarks

This is the basic access to base model parameter

Exceptions

ExceptionCondition
WaterSimDCDC..::..WaterSim_Exceptionif value or values are out of range for the parameter

See Also