LIDResultFileWriter Class

Class for writing LID results to file (dfs0)

Definition

Namespace: DHI.Mike1D.RainfallRunoffModule.LID
Assembly: DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class LIDResultFileWriter
Inheritance
Object    LIDResultFileWriter

Constructors

LIDResultFileWriterInitializes a new instance of the LIDResultFileWriter class

Properties

StartTime Start time of file

Methods

AddItem Add item to file
AddValue Add value to file
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Finish Close file
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Init Initiate file
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Prepare Prepare file. For dfs0 that will create the file on disc
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also