Method: Move for Quantities
- Updated2024-09-12
- 1 minute(s) read
Units Catalog > Methods > Method: Move for Quantities
Method: Move for Quantities
Changes the position of a physical quantity in the Quantities collection in the units catalog. If you change the position, you also change the index of the physical quantity.
Object.Move(FromPosition, ToPosition)
| Object | Quantities Object with this method |
| FromPosition | LongInteger Specifies the start position. |
| ToPosition | LongInteger Specifies the target position. |
The following example moves the first physical quantity of the unit set to the fourth position:
| VBScript | Python |
Call UnitCatalog.Quantities.Move(1,4)
See Also
Procedures
Adding an Unknown Unit Symbol to the Units Catalog | Converting Channel Units in DIAdem ANALYSIS | Converting Channel Units with a Script | Converting Channels According to a Unit Set | Creating a New Unit Set | Creating a Physical Quantity in the Units Catalog | Extending the Units Catalog with a Script | Replacing and Converting Channel Units in the Input Help