Click or drag to resize

Res1DNetworkDataSetWrapperCreate Method

Create a Res1DNetworkDataSetWrapper based on the results and used the specified time when retrieving values.

If time is not within the time span of the results null is returned

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public static Res1DNetworkDataSetWrapper Create(
	IResultData results,
	DateTime time
)

Parameters

results
Type: DHI.Mike1D.ResultDataAccessIResultData
time
Type: SystemDateTime

Return Value

Type: Res1DNetworkDataSetWrapper
See Also