CatchmentReadPluginStates Method |
Write current state of plugins
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax protected virtual bool ReadPluginStates(
ModelStateReader reader
)
Protected Overridable Function ReadPluginStates (
reader As ModelStateReader
) As Boolean
protected:
virtual bool ReadPluginStates(
ModelStateReader^ reader
)
Parameters
- reader
- Type: DHI.Mike1D.ModelStateModelStateReader
[Missing <param name="reader"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchment.ReadPluginStates(DHI.Mike1D.ModelState.ModelStateReader)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchment.ReadPluginStates(DHI.Mike1D.ModelState.ModelStateReader)"]
See Also