...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxOpenModelBN (repositoryId : GENERIC;
modelName : STRING;
access : INTEGER;
VAR modelId : GENERIC)
status : INTEGER;
|
The xpxOpenModelBN function opens the specified model for the specified access in the access argument. The actual model is fully specified by the arguments repositoryId and modelName. Legal values for the access argument is one of the following EDMexpressX integer built-in constants:
xpxRO :
Arguments
...
Type | Name | Comment |
GENERIC | repositoryId | Id of the repository that holds the model referred to by <modelName> |
STRING | modelName | The name of the model in the EDMdatabase to be opened |
INTEGER | access | On of the following constants:
|
...
|
...
|
...
|
...
| ||
GENERIC | modelId | The id of opened model |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|