Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxGetModelVersionId (modelId            : GENERIC;
                               modelVersionName   : STRING;  
                               VAR modelVersionId : GENERIC; 
                               VAR versionId      : INTEGER)  
                               status             : INTEGER;

Returns the unique modelVersionId and the version sequence number of a version of an edmModel. The version is identified by the model Id and the version name.

Arguments

...

TypeNameComment
GENERICmodelIdThe modelId that uniquely identifies the edmModel in the EDMdatabase.
STRINGmodelVersionNameThe name of the model version to look for.
GENERICmodelVersionIdVariable that will receive the modelVersionId that uniquely identifies the model version in the EDMdatabase.
INTEGERversionIdVariable that will receive the model version number. This sequence number counts from one and increases by one for each new version created.

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"