ResultDataDiffCheckDataSetQuantity Method
Checks one quantity of one data set, which can be reach, node, catchment, or global.
Namespace: DHI.Mike1D.ResultDataAccessAssembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
public DiffData CheckDataSetQuantity(
IRes1DDataSet dataSet1,
IRes1DDataSet dataSet2,
IQuantity quantity1,
IQuantity quantity2,
string locationString = ""
)
- dataSet1 IRes1DDataSet
- Data set 1
- dataSet2 IRes1DDataSet
- Data set 2
- quantity1 IQuantity
- Quantity from data set 1 to check
- quantity2 IQuantity
- Quantity from data set 2 to check
- locationString String (Optional)
- String specifying location type
DiffDataA populated diff report specifying where the largest difference was found.