LocationSpanMapTAdd Method (ILocationSpan, T) |
Add to map
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public void Add(
ILocationSpan span,
T data
)
Public Sub Add (
span As ILocationSpan,
data As T
)
public:
void Add(
ILocationSpan^ span,
T data
)
Parameters
- span
- Type: DHI.Mike1D.GenericILocationSpan
Span that data belongs to - data
- Type: T
Data
See Also