DfsItemData2DT Class |
Namespace: DHI.Generic.MikeZero.DFS
public class DfsItemData2D<T> : DfsItemData<T>, IDfsItemData2D<T>, IDfsItemData2D, IDfsItemData
The DfsItemData2DT type exposes the following members.
Name | Description | |
---|---|---|
![]() | DfsItemData2DT(Int32, Int32) |
Constructor that creates a DfsItemData2D with an empty 2D data array of the specified size.
|
![]() | DfsItemData2DT(T, Int32, Int32) |
Constructor that creates a DfsItemData2D from an array of data.
The size of the data must match the x-y count |
Name | Description | |
---|---|---|
![]() | Data |
Data in the file in its basic type.
(Inherited from DfsItemDataT.) |
![]() | Item |
Return data at the give x,y index
|
![]() | ItemNumber |
Number of item that data belongs to (one-based)
(Inherited from DfsItemData.) |
![]() | Time |
Time relative to start of file. Unit is as specified in the temporal axis.
(Inherited from DfsItemData.) |
![]() | TimeStepIndex |
Index of time step that data belongs to (zero-based)
(Inherited from DfsItemData.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | To2DArray |
Copy data to a 2D array
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | TimeAsDateTime |
Convert the Time to a DateTime.
(Defined by DfsExtensions.)If the time axis is not a calender type time axis, an exception is thrown. |
![]() | TimeInSeconds |
Convert the Time to seconds.
(Defined by DfsExtensions.) |