edmiDeleteXMLConfigurationBN

EdmiError edmiDeleteXMLConfigurationBN(SdaiSchema schemaId,
                                        SdaiString xmlConfigurationName);

Deletes an XML Configuration for a compiled express schema in the EDMdatabase.

Arguments


TypeNameComment
SdaiSchema

schemaId

The schemaID that uniquely identifies the Express schema for wich the XML Configuration to delete was created

SdaiStringxmlConfigurationNameThe Name of the XML Configuration to delete.

Return Value


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

Options


 

Example


 

 EdmiError rstat;
 SdaiSchema schemaId;
 ...
 if (rstat = edmiDeleteXMLConfigurationBN(schemaId, "Ifc2x2XmlConfig")) {
 printf("\nError %d in edmiDeleteXMLConfigurationBN: %s", rstat,
 edmiGetErrorText(rstat)); 
 goto Error; 

 

See also

Filter by label

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

Â