DfsItemData3DT Class |
Namespace: DHI.Generic.MikeZero.DFS
public class DfsItemData3D<T> : DfsItemData<T>, IDfsItemData3D<T>, IDfsItemData3D, IDfsItemData
The DfsItemData3DT type exposes the following members.
Name | Description | |
---|---|---|
![]() | DfsItemData3DT(Int32, Int32, Int32) |
Constructor that creates a DfsItemData2D with an empty 2D data array of the specified size.
|
![]() | DfsItemData3DT(T, Int32, Int32, Int32) |
Constructor that creates a DfsItemData2D from an array of data.
The size of the data must match the x-y-z 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.) |
![]() | To3DArray |
Copy data to a 3D 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.) |