DIAdem Help

Object: UnitCatalog

  • Updated2024-09-12
  • 1 minute(s) read

Object: UnitCatalog

The UnitCatalog object provides access to the DIAdem units catalog. You use the UnitCatalog object to create and to edit units sets that have physical quantities, units, and symbols. The UnitCatalog object is available as a global object in scripts and in dialog boxes.

The following example displays the name of the current units catalog:

VBScriptPython

 

Call MsgBoxDisp (UnitCatalog.Name)