edmiDeleteXMLConfigurationBN
EdmiError edmiDeleteXMLConfigurationBN(SdaiSchema schemaId, SdaiString xmlConfigurationName);
Deletes an XML Configuration for a compiled express schema in the EDMdatabase.
Arguments
Type | Name | Comment |
SdaiSchema | schemaId | The schemaID that uniquely identifies the Express schema for wich the XML Configuration to delete was created |
SdaiString | xmlConfigurationName | The 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.
Â