Click or drag to resize

FloodMapFile Methods

The FloodMapFile type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finish, close file etc.
(Overrides ObjectFinalize.)
Public methodFinish
For dynamic output, close the file. For the statistical output create the file, write data and close the file.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Initialize flood map file, utilizing mapping box search tree.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepare
Prepare the flood map file. For dynamic output, open the file and write initial data to the file. For others, load initial data.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Called every time a time step has completed successfully
Top
See Also