Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagecpp
themeConfluence
FUNCTION xpxRollbackModelBNxpxRenameModelVersionBN (repositoryName      : STRING;
                                  modelName           : STRING;
                                  modelVersionName    : STRING;
                             options     newModelVersionName : STRING);
   : INTEGER)                              status              : INTEGER;                                

Use this function to ....

...

TypeNameComment
STRINGrepositoryNameThe name of the repository
STRINGmodelNameThe name of the model
STRINGmodelVersionName INTEGERoptionssee belowCurrent model version name
STRINGnewModelVersionNameThe new model version name

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

...

Example

...

Code Block
languagecpp
<Missing Example>

...