Function ProMdlSave
Description
Stores the specified model to disk.
Synopsis
#include <ProMdl.h>
ProMdlSave
(
ProMdl handle
/* (In)
The model to store. ProMdlDisplay should be called before this so that graphics/preview data is savedn case of drawings, sketch etc.
*/
)
Returns
The function successfully stored the model along with all its subordinate models, according to their modification status and the configuration option 'save_objects'.
Failed to save the model or at least one of its subordinate models due to unresolved non-overridable conflicts in the target location. To obtain the exact list of models that were not saved a notification on PRO_MDL_DBMS_FAILURE event can be applied.
The entire operation failed.
The argument is invalid.
The function does not have permission to operate on this model.
The function is not available in Design Test Mode.
See Also
Sample Code References
User Guide References
도움이 되셨나요?