Bundt Scripting Reference · Bundt Scripting Language version 1.0.1.0

validate statement

Validates a model.

Syntax

validate [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 validate.

Returns

A boolean value; true if the model validated OK, or false otherwise.

Examples

Intent Code
Validate the model in context validate;
Validate an explicit model validate MyModel;

See Also

  • n/a

Contents distributed under a Creative Commons Attribution 4.0 International License · About · Terms of Use · Contact Us · last updated on 08 October 2020