Bundt Scripting Reference · Bundt Scripting Language version 1.0.1.0

unload statement

Unloads a model from the scripting session.

If the model contains unsaved changes, they are lost. Use the save statement before unloading a model to make sure that all changes are saved.

Syntax

unload [ModelName]

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 unloaded.

Returns

null

Examples

Intent Code
Unload the model in context unload;
Unload an explicit model unload MyModel;

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