Versions Compared

Key

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

...

 

Code Block
languagecpp
themeConfluence
EdmiError edmiDeleteInstanceContainer(SdaiContainer containerId);

Deletes an instance container identified by a containerId. Only empty containers may be deleted. Use edmiEmptyInstanceContainer to remove all the contained instances.

...

Arguments

...

TypeNameComment
SdaiContainer

containerId

The containerId that uniquely identifies the instance container within the EDMdatabase .

...

Return Value

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

Options

...

 

Example

...

 

Code Block
languagecpp
EdmiError rstat;
 SdaiContainer contId;
 . . .
 if (rstat = edmiDeleteInstanceContainer(contId)) {

...


 printf("\nError %d in edmiDeleteInstanceContainer: %s", rstat,

...

 
 edmiGetErrorText(rstat));

...

 
 goto err;

...

 
 }
 . . . 

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "model" and parent = "6062220"