Click or drag to resize

NetworkDataTAddValue Method (ILocation, T)

Add a value on the given location.

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(
	ILocation location,
	T value
)

Parameters

location
Type: DHI.Mike1D.GenericILocation
Location of the value.
value
Type: T
Value at location

Return Value

Type: Boolean
True on success.

Implements

INetworkDataTAddValue(ILocation, T)
Remarks
Adding like this is generally an O(n) operation. If adding in chainage increasing order, it is fast.
See Also