ADAdditionalOutputMassBalanceChecksum Property |
Mass error checksum, validating that mass error is calculated correctly.
Should always be (close to) zero. If enabled, checksum will be calculated on
entire model, in case one or more of the following are enabled:
MassBalance,
MassBalanceTotal,
MassBalanceTotalAccumulated
Namespace:
DHI.Mike1D.ADDataAccess
Assembly:
DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic bool MassBalanceChecksum { get; set; }
Public Property MassBalanceChecksum As Boolean
Get
Set
public:
property bool MassBalanceChecksum {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also