INetworkDataInterpolatorTimeSet<T> Interface |
Namespace: DHI.Mike1D.Generic
The INetworkDataInterpolatorTimeSet<T> type exposes the following members.
Name | Description | |
---|---|---|
![]() | EndTime |
Last time in network value. Must be equal or after StartTime |
![]() | StartTime |
First time in network value
|
Name | Description | |
---|---|---|
![]() | NetworkData |
Return an INetworkDataInterpolator<T> for the specified time and quantity.
An exception is thrown if time is not within StartTime
and EndTime.
|
![]() | Offers |
List of data types that is offered
|