SYNTAX:
xpxGetModelOpenModeBN (repositoryName, modelName : STRING;VAR modelOpenMode : INTEGER)
status : INTEGER;
The xpxGetModelOpenModeBN function returns the actual open mode of the specified model modelname found in the specified repository in the argument modelOpenMode. The actual open mode can be one of the following integer constants: xpxRO for open for read only, xpxRW for open for read and write, xpxERW for open for exclusive read/write operations in an edmServer implementation (in a standalone implementation, xpxERW is equal to xpxRW), xpxNOACCESS when the model is not open.
This function is equivalent to the EDMinterface function edmiGetModelOpenModeBN
See also xpfGetModelOpenModeBN.
General
Content
Integrations