Save


Description

Save the model to disk.

Syntax

aModel.Save(ModelFilename)

 

Parameter Description
aModel a Model object.
ModelFilename Optional. A string specifying the file in which to save the model. If ModelFilename is not given, the Name of the model is used as the file in which to save.

Return Value

None.

Example

See: Loading Models, etc.: an Overview

 

Also See

The Save Event

Applies To

Model