IDfsSimpleItemInfoSetUnitConversion Method |
Sets the unit conversion for a specific 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)
Syntaxvoid SetUnitConversion(
UnitConversionType conversionType,
eumUnit conversionUnit
)
Sub SetUnitConversion (
conversionType As UnitConversionType,
conversionUnit As eumUnit
)
void SetUnitConversion(
UnitConversionType conversionType,
eumUnit conversionUnit
)
abstract SetUnitConversion :
conversionType : UnitConversionType *
conversionUnit : eumUnit -> unit
Parameters
- conversionType
- Type: DHI.Generic.MikeZero.DFSUnitConversionType
Type of conversion - conversionUnit
- Type: eumUnit
Returns the desired unit to convert to
See Also