- Procedure DatasetGetCategory(dataset, data\_category)
DatasetGetCategory
The procedure DatasetGetCategory retrieves the data category of a
specific dataset.
DatasetGetCategory(
dataset, ! (input) element of the set AllDataSets
data_category ! (output) element parameter into AllDataCategories
)
Arguments
- dataset
An element of the set
AllDataSets, refering to the dataset for which you want to retrieve its data category.- data_category
An element parameter into
AllDataCategories, on successfull return this argument will contain the data category of the given dataset.
Return Value
The procedure returns 1 on success, 0 otherwise.
Note
This function is only applicable if the project option
Data_Management_styleis set toSingle_Data_Manager_file.