Click or drag to resize

IDfsItemData3DT Interface

Data for one item and timestep, wrapped with some 3D functionality.

The underlying data is still stored as a 1D array and returned by the Data

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IDfsItemData3D<T> : IDfsItemData3D, 
	IDfsItemData

Type Parameters

T

The IDfsItemData3DT type exposes the following members.

Properties
  NameDescription
Public propertyData
Return data as 1D array.
Public propertyItem
Return data at the give x,y index
Public propertyItemNumber
Number of item that data belongs to (one-based)
(Inherited from IDfsItemData.)
Public propertyTime
Time relative to start of file. Unit is as specified in the temporal axis.
(Inherited from IDfsItemData.)
Public propertyTimeStepIndex
Index of time step that data belongs to (zero-based)
(Inherited from IDfsItemData.)
Top
Methods
  NameDescription
Public methodTo3DArray
Copy data to a 3D array
Top
Extension Methods
  NameDescription
Public Extension MethodTimeAsDateTime
Convert the Time to a DateTime.

If the time axis is not a calender type time axis, an exception is thrown.

(Defined by DfsExtensions.)
Public Extension MethodTimeInSeconds
Convert the Time to seconds.
(Defined by DfsExtensions.)
Top
See Also