SYNTAX:
xpxGetModelOpenMode (modelId : GENERIC;
VAR modelOpenMode : INTEGER) status : INTEGER;
The xpxGetModelOpenMode function returns the actual open mode of the specified model modelId 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 edmiGetModelOpenMode
See also xpfGetModelOpenMode.
General
Content
Integrations