Versions Compared

Key

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

Use this function to ....

Arguments

...

 
TypeNameComment
GENERICmodelId 
INTEGERversionId
STRINGrepositoryNameThe name of the repository
STRINGmodelNameThe name of the model
STRINGmodelVersionNameCurrent model version name
STRINGnewModelVersionNamecommentThe 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>

...