UnitInfo Class: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Chris Kahn (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Repository Class|Repository}} | {{Template:APIClass|Repository Class|Repository}} | ||
{{Template:UnitInfo Class.Cmt}} In Synthesis desktop applications, these units are shown in the Manage Units window. | {{Template:UnitInfo Class.Cmt}} | ||
In Synthesis desktop applications, these units are shown in the Manage Units window. | |||
== Constructors == | == Constructors == |
Revision as of 16:03, 3 March 2014
Used with Repository.GetAllUnits to describe a unit of measurement that has been defined in the current repository. In Synthesis desktop applications, these units are shown in the Manage Units window.
Constructors
- UnitInfo( Integer, String, String, Double ) Creates a new UnitInfo object to store the properties of a defined unit of measurement. This is automatically called by Repository.GetAllUnits.
Properties
- ID (as integer) The numerical ID of the unit.
- Name (as string) The name of the unit.
- Abbreviation (as string) The abbreviation of the unit.
- Multiplier (as double) The multiplier of the unit (i.e., the value to multiply by the Standard Base Unit (SBU), which determines how units are converted).