SYNTAX:
xpfOpenModel (modelId : GENERIC;
access : INTEGER)
modelId : GENERIC;
The xpfOpenModel function opens the specified model <modelId> in the specified open mode <access>, and returns an identifier of the open model <modelId> or a zero when the function fails .
The legal access modes are:
Access modes |
Description |
xpxRO |
Open for read only operations. |
xpxRW |
Open for read and write operations |
xpxERW |
Open for exclusive read write operations in a edmServer implementation. In a standalone implementation, xpxERW is equal to xpxRW. |
In a standalone implementation, xpxERW is equal to xpxRW.
This function is equivalent to the EDMinterface function sdaiOpenModel.
See also xpxOpenModel