...
Code Block | ||||
---|---|---|---|---|
| ||||
EdmiError edmiDeleteXMLConfigurationBN(SdaiSchema schemaId,
SdaiString xmlConfigurationName);
|
Deletes an XML Configuration for a compiled express schema in the EDMdatabase.
...
SchemaId
Arguments
...
Type | Name | Comment |
SdaiSchema | schemaId | The schemaID that uniquely identifies the Express schema for wich the XML Configuration to delete was created. |
SdaiString | XmlConfigurationNamexmlConfigurationName | The Name of the XML Configuration to delete. |
...
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
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 (Content by label) | ||||||
---|---|---|---|---|---|---|
|