GetQuantityNames
For each of the category names returned from the GetCategoryNames method, this function is called to return a list of quantities to be organized under that category name.
Note:
The quantity names must be unique across the categories; that is, no two categories can have quantities with the same name.
| UI Access | NA | ||||||
| Parameters |
|
||||||
| Return Value | List of strings |
| Python Syntax | GetQuantityNames(<categoryName>) |
| Python Example |
|