Click or drag to resize

IDfsDynamicItemInfo Interface

Information of a Dynamic item,

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 IDfsDynamicItemInfo : IDfsItemInfo, 
	IDfsSimpleItemInfo, IDfsSimpleDynamicItemInfo

The IDfsDynamicItemInfo type exposes the following members.

Properties
  NameDescription
Public propertyAssociatedStaticItemNumbers
List of associated static item numbers.
Public propertyAxisConversionType
Type of conversion for the axis
(Inherited from IDfsItemInfo.)
Public propertyAxisConversionUnit
Desired unit to convert axis to
(Inherited from IDfsItemInfo.)
Public propertyConversionType
Type of conversion for the data values
(Inherited from IDfsSimpleItemInfo.)
Public propertyConversionUnit
Desired unit to convert to
(Inherited from IDfsSimpleItemInfo.)
Public propertyDataType
Type of data stored in item.
(Inherited from IDfsSimpleItemInfo.)
Public propertyElementCount
Number of data elements in the item.
(Inherited from IDfsSimpleItemInfo.)
Public propertyItemNumber
Item number, in list of items. 1 based.

For newly created/added items this can be zero

(Inherited from IDfsSimpleItemInfo.)
Public propertyMaxValue
Maximum value of the item - stored in the statistics of the dfs file
Public propertyMinValue
Minimum value of the item - stored in the statistics of the dfs file
Public propertyName
Name of item.
(Inherited from IDfsSimpleItemInfo.)
Public propertyOrientationAlpha
Orientation alpha

A rotation in the x-y plane, measured counter-clockwise.

(Inherited from IDfsItemInfo.)
Public propertyOrientationPhi
Orientation Phi

A rotation in the x-z plane, measured counter-clockwise.

(Inherited from IDfsItemInfo.)
Public propertyOrientationTheta
Orientation Theta

A rotation in the y-z plane, measured counter-clockwise.

(Inherited from IDfsItemInfo.)
Public propertyQuantity
EUM quantity of item.
(Inherited from IDfsSimpleItemInfo.)
Public propertyReferenceCoordinateX
Reference coordinate X
(Inherited from IDfsItemInfo.)
Public propertyReferenceCoordinateY
Reference coordinate Y
(Inherited from IDfsItemInfo.)
Public propertyReferenceCoordinateZ
Reference coordinate Z
(Inherited from IDfsItemInfo.)
Public propertySpatialAxis
Spatial axis of item.
(Inherited from IDfsItemInfo.)
Public propertyUsedElementCount
Number of used data elements in the axis. For compressed files, this can differ from ElementCount
(Inherited from IDfsItemInfo.)
Public propertyValueType
Type of value in item.
(Inherited from IDfsSimpleDynamicItemInfo.)
Top
Methods
  NameDescription
Public methodSetAxisUnitConversion
Sets the unit axis conversion for a specific item.
(Inherited from IDfsItemInfo.)
Public methodSetOrientation
Update the orientation of the spatial axis.
(Inherited from IDfsItemInfo.)
Public methodSetReferenceCoordinates
Update the reference coordinates of the spatial axis.
(Inherited from IDfsItemInfo.)
Public methodSetUnitConversion
Sets the unit conversion for a specific item.
(Inherited from IDfsSimpleItemInfo.)
Top
Extension Methods
See Also