Save Method

The Save method saves changes to the current model.

Syntax

Model .Save

Applies To

Model Object

Discussion

Use this method to write the changes that you made to the model to a model file (.mdl). Use the SaveAs method to save the changes to a different file name and when saving a new model for the first time. If you do not use the Save or SaveAs method before you close a model, you will lose all changes to the model, including those made with the Update method.

Return Type

None