DHI.Mike1D Class Library
C#
Show/Hide TOC
Network
Data
T
Add
Value(ILocation
Span,
T
) Method
Add a value defined within the given span. This corresponds to adding the value at the start and end location of the span.
Definition
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
Copy
public
bool
AddValue
(
ILocationSpan
span
, T
value
)
Parameters
span
ILocationSpan
Location span that value belongs to
value
T
Value to use inside span
Return Value
Boolean
True on success
Implements
INetworkData
T
AddValue(ILocationSpan, T)
See Also
Reference
NetworkData
T
Class
AddValue Overload
DHI.Mike1D.Generic Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also