Click or drag to resize

DfsItemData3DT Class

Item data for a 3D data set.
Inheritance Hierarchy
SystemObject
  DHI.Generic.MikeZero.DFSDfsItemData
    DHI.Generic.MikeZero.DFSDfsItemDataT
      DHI.Generic.MikeZero.DFSDfsItemData3DT

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 class DfsItemData3D<T> : DfsItemData<T>, 
	IDfsItemData3D<T>, IDfsItemData3D, IDfsItemData

Type Parameters

T

The DfsItemData3DT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyData
Data in the file in its basic type.
(Inherited from DfsItemDataT.)
Public propertyItem
Return data at the give x,y index
Public propertyItemNumber
Number of item that data belongs to (one-based)
(Inherited from DfsItemData.)
Public propertyTime
Time relative to start of file. Unit is as specified in the temporal axis.
(Inherited from DfsItemData.)
Public propertyTimeStepIndex
Index of time step that data belongs to (zero-based)
(Inherited from DfsItemData.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodTo3DArray
Copy data to a 3D array
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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