Bundt Scripting Reference
·
Bundt Scripting Language version 1.0.1.0
save
statement
Saves a model in the scripting session to a file.
Syntax
save [ModelName] to Filename
| Element |
Type |
Optionality |
Notes |
|
ModelName |
Model name |
Optional. If no model name is specified, the model in context is used. If no model is in context, an error occurs. |
Specifies the model to be saved. |
|
Filename |
Expression<Text> |
Mandatory. |
Specifies the file name to save to. |
Returns
The saved model.
Examples
| Intent |
Code |
| Save the model in context |
save to "C:\Temp\MyModel.bundt-tm"; |
| Save an explicit model |
save MyModel to "C:\Temp\MyModel.bundt-tm"; |
See Also
Contents distributed under a Creative Commons Attribution 4.0 International License
·
About
·
Terms of Use
·
Contact Us
·
last updated on 08 October 2020