...
Code Block | ||||
---|---|---|---|---|
| ||||
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
...
Type | Name | Comment |
GENERIC | modelId | The modelId that uniquely identifies the edmModel in the EDMdatabase. |
STRING | modelVersionName | The name of the model version to look for. |
GENERIC | modelVersionId | Variable that will receive the modelVersionId that uniquely identifies the model version in the EDMdatabase. |
INTEGER | versionId | Variable 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 | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|