- Set AllDataCategories
AllDataCategories
The predefined set AllDataCategories contains the names of all data
categories declared within an AIMMS project.
Set AllDataCategories {
Index : IndexDataCategories;
}
Definition
The contents of the set
AllDataCategoriesis the collection of all data categories defined within the Data Management Setup tool of a project.
Updatability
The contents of the set can only be modified by adding or deleting data categories in the Data Management Setup tool.
Note
The function
DatasetGetCategoryreturns the data category of a dataset as an element of the setAllDataCategories. The identifiers associated with a data category can be obtained through the functionDataCategoryContents.This identifier is only relevant when the chosen
Data_Management_styleissingle_data_manager_file.