Procedure DatasetDelete(data\_category, dataset)

DatasetDelete

The procedure DatasetDelete deletes a specific dataset node from the Data Management tree.

DatasetDelete(
        data_category,   ! (input) element in AllDataCategories
        dataset          ! (input) element parameter into AllDataSets
        )

Arguments

data_category

An element in AllDataCategories, specifying the data category for which a dataset is be deleted.

dataset

An element parameter into AllDataSets, representing the dataset that you want to delete.

Return Value

The procedure returns 1 if the dataset is deleted successfully, or 0 otherwise.

Note

  • This function is only applicable if the project option Data_Management_style is set to Single_Data_Manager_file.

See also

The procedure DatasetFind.