LocationSpanMapTAdd Method (String, T) |
Add to map
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public bool Add(
string reachId,
T data
)
Parameters
- reachId
- Type: SystemString
Reach that data belongs to - data
- Type: T
Data
Return Value
Type:
Booleantrue if added, false if data already exists for this span
See Also