xpxGetModel

FUNCTION xpxGetModel (repositoryId : GENERIC;
                      modelName    : STRING;
                      VAR modelId  : GENERIC)
                      status       : INTEGER;

The xpxGetModel function returns the instanceId of the specified model. A model is uniquely specified by the repositoryId and modelName arguments. If the specified model exists in the database, the modelId defining the model will be returned in the modelId argument.

Arguments


TypeNameComment
GENERICrepositoryIdA numeric repositoryID that uniquely identifies the repository in the EDMdatabase that holds the model of interest. 
STRINGmodelNameSpecifies the name of the model of interest. Model names are case sensitive. A model name is unique within a repository, hence the combination of the arguments <repository> and <modelName> uniquely identifies a model in an EDMdatabase.
GENERICmodelIdA numeric id that uniquely identifies the model in the EDMdatabase

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.

Â