CalibrationPlot Constructor |
Constructor
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public CalibrationPlot(
string outputFolder,
string connectionName
)
Public Sub New (
outputFolder As String,
connectionName As String
)
public:
CalibrationPlot(
String^ outputFolder,
String^ connectionName
)
Parameters
- outputFolder
- Type: SystemString
Folder where calibration plots are being stored. - connectionName
- Type: SystemString
Name of setup or connection that this plot belongs to
See Also