Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
EdmiError edmiDeleteXMLConfigurationBN(SdaiSchema schemaId,
                                        SdaiString xmlConfigurationName);

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

...

SchemaId

Arguments

...

XmlConfigurationName
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

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

Options

...

 

Example

...

 

Code Block
languagecpp
 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)
showLabelsfalse
showSpacefalse
cqllabel = "model" and parent = "6062220"