ResultDataQueryGetNodeValues Method |
Get time series values for the node with the id nodeId and
quantity with id quantityId.
If node 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[] GetNodeValues(
string nodeId,
string quantityId
)
Public Function GetNodeValues (
nodeId As String,
quantityId As String
) As Single()
public:
array<float>^ GetNodeValues(
String^ nodeId,
String^ quantityId
)
Parameters
- nodeId
- Type: SystemString
[Missing <param name="nodeId"/> documentation for "M:DHI.Mike1D.ResultDataAccess.ResultDataQuery.GetNodeValues(System.String,System.String)"]
- quantityId
- Type: SystemString
[Missing <param name="quantityId"/> documentation for "M:DHI.Mike1D.ResultDataAccess.ResultDataQuery.GetNodeValues(System.String,System.String)"]
Return Value
Type:
Single[Missing <returns> documentation for "M:DHI.Mike1D.ResultDataAccess.ResultDataQuery.GetNodeValues(System.String,System.String)"]
See Also