Click or drag to resize

IDfsSimpleItemInfo Interface

Interface that contains item information for items where you are not allowed to access/modify the spatial axis and associated static items.

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 IDfsSimpleItemInfo

The IDfsSimpleItemInfo type exposes the following members.

Properties
  NameDescription
Public propertyConversionType
Type of conversion for the data values
Public propertyConversionUnit
Desired unit to convert to
Public propertyDataType
Type of data stored in item.
Public propertyElementCount
Number of data elements in the item.
Public propertyItemNumber
Item number, in list of items. 1 based.

For newly created/added items this can be zero

Public propertyName
Name of item.
Public propertyQuantity
EUM quantity of item.
Top
Methods
  NameDescription
Public methodSetUnitConversion
Sets the unit conversion for a specific item.
Top
See Also