Function ProMdlErase
Description
Erases the specified model from memory. When erasing the active model, graphic display is cleared immediately, but data is not cleared until the next command gets processed.
NOTE:
The erasing action caused by this function will be finished only after the execution control is returned to Creo Parametric. Therefore, calling other functions after this function without returning the control may lead to an unpredicted behavior.
Replacement in Object TOOLKIT: | |
Synopsis
| ProMdlErase |
| ( /* (In) The model to erase */ ) |
Returns
| The function successfully erased the model. |
| The argument is invalid. |
| The Creo Parametric user interface is not prepared to handle this request (because it is blocked by another process such as an OLE container activation). |
Sample Code References
User Guide References