...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION 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 .
Arguments
...
Type | Name | Comment |
GENERIC | modelId | Unique id of the model within the EDMdatabase |
INTEGER | access | |
Access modes | Description | |
xpxRO | The legal access modes are: |
...
|
| operations
|
|
Return Value
...
In a standalone implementation, xpxERW is equal to xpxRW.
This function is equivalent to the EDMinterface function sdaiOpenModel.
See also xpxOpenModel
Type | Name | Comment |
GENERIC | modelId | identifier of the open model or a zero when the function fails |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|