Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxDeleteModelBN (repositoryId : GENERIC;
                           modelName    : STRING) 
                           status       : INTEGER;

The xpxDeleteModelBN function deletes the model specified by the repositoryId and modelName arguments from the actual EDMdatabase.
This function is equivalent to the EDMinterface function  edmiDeleteModelBN

Arguments

...

TypeNameComment
GENERICrepositoryIdThe id of the repository
STRINGmodelNameThe name of the model

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also