DIAdem Help

Content Type
Programming Language
Current manual

Collection: UsedQuantities

Collection: UsedQuantities

The UsedQuantities collection provides all the physical quantities that are used in a unit set of the units catalog.

The following example displays the names of all the physical quantities that are used in the unit set mechanics:

VBScriptPython

 

Dim oMyUsedQuantity, sOutput
For Each oMyUsedQuantity In UnitCatalog.Sets("mechanics").UsedQuantities
  sOutput = sOutput & oMyUsedQuantity.Name & VbCrLf
Next
Call MsgBoxDisp (sOutput)

Properties

Count

Methods

Add | Exists | GetIndex | Item | Move | Remove

Returned From

Set.UsedQuantities

Was this information helpful?

Previous

Set

Previous

Set