Click or drag to resize

NetworkDataTAddValue Method (ILocationSpan, T)

Add a value defined within the given span. This corresponds to adding the value at the start and end location of the span.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool AddValue(
	ILocationSpan span,
	T value
)

Parameters

span
Type: DHI.Mike1D.GenericILocationSpan
Location span that value belongs to
value
Type: T
Value to use inside span

Return Value

Type: Boolean
True on success

Implements

INetworkDataTAddValue(ILocationSpan, T)
See Also