IResultDataParameters Interface

Parameters to use when loading data into an IResultData

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IResultDataParameters

Properties

ConvertGeometry Flag specifying whether to convert planar geometry values, i.e. those that goes on a map, being x, y and chainage values.

Z values (height) are always converted

Filter Filter to use when loading
UnitProvider User defined unit provider
UnitSystem Unit system to use when loading the file
UseSIUnits Flag specifying whether to load data in SI units or in stored unit (SI for res1d, misc for res11).
Obsolete
UseUbgUnits Flag specifying whether to load data in UBG (Unit Base Group) units. or in stored unit (SI for res1d, misc for res11).
Obsolete

See Also