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
)
Public Function Add (
reachId As String,
data As EngineReach
) As Boolean
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:
Booleantrue if added, false if data already exists for this span
See Also