Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagecpp
themeConfluence
FUNCTION xpxRenameModelxpxRenameModelBN (repositoryName , modelName , newModelName : STRING)
                           status                                    : INTEGER;

The xpxRenameModelBN function renames the model specified by the repositoryName and modelName argument to the name specified in the newModelName argument.

...