DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic
INetworkDataInterpolatorTimeSet(T) Interface
INetworkDataInterpolatorTimeSet(T) Methods
NetworkData Method
Offers Method
INetworkDataInterpolatorTimeSet
T
NetworkData Method
Return an
INetworkDataInterpolator
T
for the specified time and quantity. An exception is thrown if
time
is not within
StartTime
and
EndTime
.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
Copy
INetworkDataInterpolator
<T>
NetworkData
(
DateTime
time
,
int
quantityIndex
)
Parameters
time
Type:
System
DateTime
Time
quantityIndex
Type:
System
Int32
Index into
Offers
Return Value
Type:
INetworkDataInterpolator
T
See Also
Reference
INetworkDataInterpolatorTimeSet
T
Interface
DHI.Mike1D.Generic Namespace