SYNTAX:
xpxOpenModel (modelId : GENERIC;
access : INTEGER;
openedModelId : GENERIC) status : INTEGER;
The xpxOpenModel function opens the specified model modelId for the specified access in the access argument. 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.
The argument openedModelId returns the id of opened model. This function is equivalent to the EDMinterface function sdaiOpenModel
General
Content
Integrations