Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagecpp
themeConfluence
FUNCTION xpxRenameModelVersionxpxRollbackModelBN (modelIdrepositoryName   : STRING;
                       : GENERIC;     modelName        : STRING;
                  versionId           modelVersionName : INTEGERSTRING;
                             options   newModelVersionName : STRING)     : INTEGER)
                          status   status           : INTEGER;

Use this function to ....

Arguments

...

versionId
TypeNameComment
GENERICmodelId 
INTEGER
STRINGrepositoryNameThe name of the repository
STRINGmodelNameThe name of the model
STRINGmodelVersionName 
STRINGINTEGERnewModelVersionNameoptionscommentsee below

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

...

OptionComment
XPXOPTIONoption

Example

...

Code Block
languagecpp
<Missing Example>

...