Click or drag to resize

ResultDataQueryGetReachValue Method

Get value at the element that is closest to chainage in reach with name reachName and quantity with id quantityId, at time time, interpolated if required. If reach or quantity could not be found, null is returned.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public float GetReachValue(
	string reachName,
	double chainage,
	string quantityId,
	DateTime time
)

Parameters

reachName
Type: SystemString

[Missing <param name="reachName"/> documentation for "M:DHI.Mike1D.ResultDataAccess.ResultDataQuery.GetReachValue(System.String,System.Double,System.String,System.DateTime)"]

chainage
Type: SystemDouble

[Missing <param name="chainage"/> documentation for "M:DHI.Mike1D.ResultDataAccess.ResultDataQuery.GetReachValue(System.String,System.Double,System.String,System.DateTime)"]

quantityId
Type: SystemString

[Missing <param name="quantityId"/> documentation for "M:DHI.Mike1D.ResultDataAccess.ResultDataQuery.GetReachValue(System.String,System.Double,System.String,System.DateTime)"]

time
Type: SystemDateTime

[Missing <param name="time"/> documentation for "M:DHI.Mike1D.ResultDataAccess.ResultDataQuery.GetReachValue(System.String,System.Double,System.String,System.DateTime)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:DHI.Mike1D.ResultDataAccess.ResultDataQuery.GetReachValue(System.String,System.Double,System.String,System.DateTime)"]

See Also