Click or drag to resize

NetworkDataTAddGlobalReachValue Method

Add a value defined for an entire reach. This will fail if there is already defined values at locations or in spans of this reach. After successfull addition, values at locations or in spans can not be added.

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 AddGlobalReachValue(
	string reachID,
	T value
)

Parameters

reachID
Type: SystemString
Id of reach to add value to
value
Type: T
Value to add

Return Value

Type: 
True on success

Implements

INetworkDataTAddGlobalReachValue(String, T)
See Also