Operators |
clear_ncc_model — Free the memory of an NCC model.
clear_ncc_model( : : ModelID : )
The operator clear_ncc_model frees the memory of an NCC model that was created by create_ncc_model. After calling clear_ncc_model , the model can no longer be used. The handle ModelID becomes invalid.
This operator modifies the state of the following input parameter:
The value of this parameter may not be shared across multiple threads without external synchronization.Handle of the model.
If the handle of the model is valid, the operator clear_ncc_model returns the value 2 (H_MSG_TRUE). If necessary an exception is raised.
create_ncc_model, read_ncc_model, write_ncc_model, find_ncc_model, find_ncc_models
Matching
Operators |