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:
 
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

  • No labels