Database.setModelUnits


setModelUnits(units)

Set the units for this database. This function should only be called before any data has been entered, and should only be called once per new database. Once a value is entered, its numeric value never changes, therefore if the units change, for example, from m to mm, any value already in the database would correspondingly change - e.g. from 1m to 1mm.

unitsname or object Units to set current
Return valuenone 

Back to Database

Back to Overview