Click or drag to resize

AbstractEngineDataReachCreateDataItemForAllReaches Method

Factory method for creating a dataitem containing data for all reaches. The data for each reach are created by the delegate

Namespace:  DHI.Mike1D.Engine.ModuleData
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public static EngineDataItemAll<double> CreateDataItemForAllReaches(
	IQuantity quantity,
	EngineNet engineNet,
	AbstractEngineDataReachDCreateReachData createReachData,
	bool defaultHDOnly = false
)

Parameters

quantity
Type: DHI.Mike1D.GenericIQuantity
Quantity
engineNet
Type: DHI.Mike1D.EngineEngineNet
EngineNet
createReachData
Type: DHI.Mike1D.Engine.ModuleDataAbstractEngineDataReachDCreateReachData
Delegate which creates the reach data
defaultHDOnly (Optional)
Type: SystemBoolean
Set to true to only create for default HD reaches

Return Value

Type: EngineDataItemAllDouble
See Also