UserUnitDefaults Class |
A quantity is identified by its id and EUM item type. It is possible to match quantity id's in three ways: 1) Exact match (case insensitive) 2) Id starts with: string starts with a *: "*myid" 3) Id ends with : string ends with a *: "myid*" 4) Id is matching a regular expression: string is inside [] "[regexMatch]"
Namespace: DHI.Mike1D.Generic
The UserUnitDefaults type exposes the following members.
Name | Description | |
---|---|---|
GetSIUnitProvider |
Get default SI unit provider
| |
GetUBGUnitProvider |
Get UBG unit provider
| |
GetUSUnitProvider |
Get default US unit provider
| |
RegisterUnit |
Name | Description | |
---|---|---|
SIUnits |
Currently active SI unit definitions
| |
USUnits |
Currently active US unit definitions
|