SYNTAX:
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 : read only access
xpxRW : read and write access
xpxERW : open for exclusive read write operations in a edmServer implementation.
In a standalone implementation, xpxERW is equal to xpxRW.
This function is equivalent to the EDMinterface function sdaiOpenModelBN
General
Content
Integrations