FloodMapDfs2FileCreateDfs2File Method

Create DFS2 file on disc, ready for accepting data.

Definition

Namespace: DHI.Mike1D.FloodMap
Assembly: DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void CreateDfs2File(
	IList<IQuantity> quantities = null,
	float[] staticBottomLevels = null
)

Parameters

quantities  IListIQuantity  (Optional)
Quantities in the file. If null, the Quantities are used
staticBottomLevels  Single  (Optional)
Bottom levels, to write as static item to the file. If null, the step is skipped

See Also