NetworkDataTGetGlobalValue(T) Method

Get global value. Returns false if no global value is defined.

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 GetGlobalValue(
	out T val
)

Parameters

val  T

[Missing <param name="val"/> documentation for "M:DHI.Mike1D.Generic.NetworkData`1.GetGlobalValue(`0@)"]

Return Value

Boolean

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.NetworkData`1.GetGlobalValue(`0@)"]

Implements

INetworkDataInterpolatorTGetGlobalValue(T)

See Also