UnitInfo Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:


== Properties  ==
== Properties  ==
*ID (as ''integer'') {{APIComment|The ID of the Unit.}}
*ID (as ''integer'') {{APIComment|The numerical ID of the unit.}}
*Name (as ''string'') {{APIComment|The Name of the Unit.}}
*Name (as ''string'') {{APIComment| The name of the unit.}}
*Abbreviation (as ''string'') {{APIComment|The Abbreviation of the Unit.}}
*Abbreviation (as ''string'') {{APIComment| The abbreviation of the unit.}}
*Multiplier (''as double'') {{APIComment|The Multiplier of the Unit.}}
*Multiplier (''as double'') {{APIComment|The multiplier of the unit.}}

Revision as of 23:53, 27 February 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

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.