Delete all 2D data code models and free the allocated memory
The operator clear_all_data_code_2d_models deletes all 2D data code models that were created by create_data_code_2d_model or read_data_code_2d_model. All memory used by the models is freed. After the operator call all 2D data code handles are invalid.
The operator clear_all_data_code_2d_models returns the value 2 (H_MSG_TRUE) if all 2D data code models were freed correctly. Otherwise, an exception will be raised.
clear_all_data_code_2d_models is processed completely exclusively without parallelization.
create_data_code_2d_model, read_data_code_2d_model
Data Code