xpxCreateModelBN

FUNCTION 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. The model is created with default options. If some deviations from standard options are required use xpfCreateModel or xpfCreateModelBN.

Arguments


TypeNameComment
GENERICrepositoryIdThe repository id that will hold the new model
STRINGmodelNameThe name of the model
STRINGschemaNameThe name of the schema that the new model will be based on
GENERICmodelIdThe new model id

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.

Options



Example


<Missing Example>


See also

Filter by label

There are no items with the selected labels at this time.