xpfOpenModelBN
FUNCTION xpfOpenModelBN (repositoryId : GENERIC; modelName : STRING; access : INTEGER) modelId : GENERIC;
The xpfOpenModelBN function opens the specified model in the specified open mode. The actual model is fully specified by the arguments <repositoryId> and <modelName>.and returns an identifier of the open model <modelId> or a zero when the function fails .
Arguments
Type | Name | Comment |
GENERIC | repositoryId | Unique id of the repository that the model is located in |
STRING | modelName | The name of the model |
INTEGER | access | The legal access modes are:
In a standalone implementation, xpxERW is equal to xpxRW. |
Return Value
Â
Type | Name | Comment |
GENERIC | modelId | identifier of the open model  or a zero when the function fails |
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â