DIAdem Help

Method: Remove for Quantities

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

Method: Remove for Quantities

Deletes a physical quantity with all the associated units and symbols, from the units catalog.

Object.Remove(NameOrIndex)
ObjectQuantities
Object with this method
NameOrIndexVariant
Specifies the name or the index of the physical quantity.

The following example deletes the physical quantity temperature, with all the associated units and symbols, from the units catalog:

VBScriptPython

 

Call UnitCatalog.Quantities.Remove("temperature")