Greet 2014
Documentation for the GREET 2014 API
 All Classes Namespaces Functions Variables Enumerations Properties Events
Greet.UnitLib.IUnit Interface Reference

A unit in our unit system More...

Inheritance diagram for Greet.UnitLib.IUnit:
Greet.UnitLib.Unit

Properties

string Abbrev [get, set]
 The abbreviation is used at the tail of numeric values that are displayed in the GUI More...
 
string DisplayName [get]
 The display name for this unit can be more descriptive and is what is displayed in the unit configuration More...
 
string FromDefaultStr [get]
 The formula that is used to convert from the default unit of the group in which this unit is member of to this unit Example: If this unit is degrees farenheit, how to convert degrees kelvin to farenheit More...
 
string Name [get]
 Defines the name for this unit, this name must be unique across units in the system, it's used as a Key in the units collections More...
 
string ToDefaultStr [get]
 The formula that is used to convert this unit to the default unit of the group in which this unit is member of Example: If this unit is degrees farenheit, how to convert to degrees kelvin More...
 

Detailed Description

A unit in our unit system

Property Documentation

string Greet.UnitLib.IUnit.Abbrev
getset

The abbreviation is used at the tail of numeric values that are displayed in the GUI

string Greet.UnitLib.IUnit.DisplayName
get

The display name for this unit can be more descriptive and is what is displayed in the unit configuration

string Greet.UnitLib.IUnit.FromDefaultStr
get

The formula that is used to convert from the default unit of the group in which this unit is member of to this unit Example: If this unit is degrees farenheit, how to convert degrees kelvin to farenheit

string Greet.UnitLib.IUnit.Name
get

Defines the name for this unit, this name must be unique across units in the system, it's used as a Key in the units collections

string Greet.UnitLib.IUnit.ToDefaultStr
get

The formula that is used to convert this unit to the default unit of the group in which this unit is member of Example: If this unit is degrees farenheit, how to convert to degrees kelvin


The documentation for this interface was generated from the following file: