xpxDeleteOpenModel
FUNCTION xpxDeleteOpenModel (modelId : GENERIC) status : INTEGER;
The xpxDeleteOpenModel function deletes the specified model in the EDMdatabase. The actual model can be open when this operation is performed. This operation is equal to the xpxDeleteModel ,and xpxDeleteModelBN operations, except that the actual model can be open when this operation is performed. Improved performance is the only reason for implementing this operation.
- A dictionary model cannot be deleted as long as there exists data models in the EDMdatabase that have the Express schema defined by the actual dictionary model as the underlying schema. All such data models must be deleted before the actual dictionary model can be deleted.
- A dictionary model cannot be deleted as long as there exists Express-X dictionary models in the EDMdatabase that uses the actual dictionary model as the source model or the target model. All such Express-X dictionary models must be deleted before the actual dictionary model can be deleted.
- When the actual model to delete has a connected STEP Identifier model, this connected STEP Identifier model will be deleted as well by this operation.
- When the actual model to delete is a dictionary model, then implicitly all belonging EDMquerySchema and EDMruleSchema will be deleted as well.
Only the owner of a model can delete it.
Arguments
Type | Name | Comment |
GENERIC | modelId | The id of the open model to be deleted |
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.
Â