Click or drag to resize

EngineReachMapAdd Method (String, EngineReach)

Add to map

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool Add(
	string reachId,
	EngineReach data
)

Parameters

reachId
Type: SystemString
Reach that data belongs to
data
Type: DHI.Mike1D.EngineEngineReach
Data

Return Value

Type: Boolean
true if added, false if data already exists for this span
See Also