Click or drag to resize

IDfsParameters Interface

Parameters that can be set for a dfs file.

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 interface IDfsParameters

The IDfsParameters type exposes the following members.

Properties
  NameDescription
Public propertyConverters
List of data converters for converting item data.
Public propertyEnablePlugin
Enable plugin.
Public propertyModifyTimes
Defines whether the times should be modified.

If set to true, then modifications are made to the temporal axis definition and the times from the IDfsItemData such that the Time start from zero.

Default is false.

Public propertyUbgConversion
Sets UBG (Unit Base Group) conversion for all items and item axis.

Default is false.

Top
See Also