Click or drag to resize

IGridData Interface

Interface for a generic type of grid, used by the GridToTsProcessor

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IGridData

The IGridData type exposes the following members.

Properties
  NameDescription
Public propertyItemValueType
Item value type
Public propertyNumberOfTimeSteps
Number of time steps in grid file
Public propertyQuantity
Quantity in grid file
Public propertyStartTime
Start time of data in grid file, for grids with calendar type time axis
Public propertyTimeStep
Time step size in seconds in grid file, for equidistant type time axis
Public propertyTimeType
Time step type in grid file
Public propertyXCount
Number of elements in x direction
Top
Methods
  NameDescription
Public methodClose
Close grid file
Public methodGetTimeStep
Get value for time step
Public methodOpen
Open grid file
Top
See Also