Click or drag to resize

BasinGeometry Constructor (Int32, Boolean)

Create geometry data structure with specified number of levels

Namespace:  DHI.Mike1D.NetworkDataAccess
Assembly:  DHI.Mike1D.NetworkDataAccess (in DHI.Mike1D.NetworkDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public BasinGeometry(
	int numberOfLevels,
	bool includePorosity = false
)

Parameters

numberOfLevels
Type: SystemInt32

[Missing <param name="numberOfLevels"/> documentation for "M:DHI.Mike1D.NetworkDataAccess.BasinGeometry.#ctor(System.Int32,System.Boolean)"]

includePorosity (Optional)
Type: SystemBoolean

[Missing <param name="includePorosity"/> documentation for "M:DHI.Mike1D.NetworkDataAccess.BasinGeometry.#ctor(System.Int32,System.Boolean)"]

See Also