Click or drag to resize

CouplingSummaryInOutFlow Constructor (String, Double, Boolean)

Initializes a new instance of the CouplingSummaryInOutFlow class

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public CouplingSummaryInOutFlow(
	string subTitle,
	double val,
	bool isOutflow
)

Parameters

subTitle
Type: SystemString

[Missing <param name="subTitle"/> documentation for "M:DHI.Mike1D.Mike1DDataAccess.CouplingSummaryInOutFlow.#ctor(System.String,System.Double,System.Boolean)"]

val
Type: SystemDouble

[Missing <param name="val"/> documentation for "M:DHI.Mike1D.Mike1DDataAccess.CouplingSummaryInOutFlow.#ctor(System.String,System.Double,System.Boolean)"]

isOutflow
Type: SystemBoolean

[Missing <param name="isOutflow"/> documentation for "M:DHI.Mike1D.Mike1DDataAccess.CouplingSummaryInOutFlow.#ctor(System.String,System.Double,System.Boolean)"]

See Also