Click or drag to resize

Res1DNetworkDataInterpolatorWrapperGetValue Method (String, Double)

Get value for the specified node. Returns false if no value is defined for the node id.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool GetValue(
	string nodeId,
	out double val
)

Parameters

nodeId
Type: SystemString

[Missing <param name="nodeId"/> documentation for "M:DHI.Mike1D.ResultDataAccess.Res1DNetworkDataInterpolatorWrapper.GetValue(System.String,System.Double@)"]

val
Type: SystemDouble

[Missing <param name="val"/> documentation for "M:DHI.Mike1D.ResultDataAccess.Res1DNetworkDataInterpolatorWrapper.GetValue(System.String,System.Double@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:DHI.Mike1D.ResultDataAccess.Res1DNetworkDataInterpolatorWrapper.GetValue(System.String,System.Double@)"]

Implements

INetworkDataInterpolatorTGetValue(String, T)
See Also