SaveProjectAsSMF Method
Saves the contents of the current project to a merged single Semantic Modeling Format (SMF) file (*.smf).
EQModel.SaveProjectAsSMF(Filename)
Parts
EQModel
into which model information is loaded.
Filename
variable containing the path and file name to which you want to save the project.
Remarks
The collection of EQErrors encountered while saving the project is placed in EQModel.Errors.
See Also
Compile-Time Error Messages (Authoring Object Model)
CreateProject Method
EQError Object
SaveProject Method