IDfsSimpleItemInfoSetUnitConversion Method |
Sets the unit conversion for a specific item.
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax void 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