ResultDataQueryGetCatchmentValues Method

Get time series values for quantityId of catchment with id catchmentId. If catchment or quantity could not be found, null is returned.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public float[] GetCatchmentValues(
	string catchmentId,
	string quantityId
)

Parameters

catchmentId  String

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

quantityId  String

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

Return Value

Single

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

See Also