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 Next »


 
SYNTAX:
 
xpxCreateModel(repositoryId            : GENERIC;
               modelName               : STRING;               schemaId , VAR modelId  : GENERIC)
               status                  : INTEGER;
 
The xpxCreateModel 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 schemaId argument. The instanceId of the new model will be returned in the modelId argument.
This function is equivalent to the EDMinterface function sdaiCreateModel

  • No labels