Click or drag to resize

FilterLoadStep Property

Indicate the step value for time steps when loading data from filein the file for loading time steps.

A value of 10 means that only time step with indices that divide with 10 are loaded, i.e. 0, 10, 20,...

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public int LoadStep { get; set; }

Property Value

Type: Int32

Implements

IFilterLoadStep
See Also