SYNTAX:
xpxCreateModelBN(repositoryId : GENERIC;
modelName : STRING; schemaName : STRING;
VAR modelId : GENERIC) status : INTEGER;
The xpxCreateModelBN function will create a model with the specified name modelName in the specified repository repositoryId. The underlying Express schema of the new model is specified by the schemaName argument. The instanceId of the new model will be returned in the modelId argument.
This function is equivalent to the EDMinterface function sdaiCreateModelBN
General
Content
Integrations