NetworkDataTAddValue(ILocationSpan, 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#
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

INetworkDataTAddValue(ILocationSpan, T)

See Also