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 successful addition, values at locations or in spans can not be added.

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

Parameters

reachID  String
Id of reach to add value to
value  T
Value to add

Return Value

True on success

Implements

INetworkDataTAddGlobalReachValue(String, T)

See Also