Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
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.

  • No labels