BedResistanceGlobalResistanceValue Property

get/set a (uniform) global resistance value.

Use ResistanceValues.GlobalValue to set a non-uniform global resistance value (multizone value).

Definition

Namespace: DHI.Mike1D.HDParameterDataAccess
Assembly: DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public double GlobalResistanceValue { get; set; }

Property Value

Double

Remarks

Since the underlying storage is a network data storing arrays, when setting, this corresponds to: ResistanceValues.GlobalValue = new double[]{value} When getting, this corresponds to: ResistanceValues.GlobalValue[0]

See Also