Click or drag to resize

RainfallRunoffClassFactoryRRStateFileWriterCreator Property

Function to create a custom RRStatFileWriter. If null, the default RRStatFileWriter implementation is used.

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public Func<RainfallRunoffData, RRStatFileWriter> RRStateFileWriterCreator { get; set; }

Property Value

Type: FuncRainfallRunoffData, RRStatFileWriter
See Also