UBGUnitProviderGetUserUnit(String, eumItem) Method

Return user unit

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public eumUnit GetUserUnit(
	string quantityId,
	eumItem item
)

Parameters

quantityId  String
Id of quantity
item  eumItem
EUM item type of quantity. Set to eumIItemUndefined to disregard item type

Return Value

eumUnit
User unit, eumUUnitUndefined if not found.

Implements

IUnitProviderGetUserUnit(String, eumItem)

See Also