Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
EdmiError edmiEmptyContainer(SdaiContainer containerId);

Removes all instances from an instance container identified by its containerId. The removed instances will not be removed from the model.

...

containerId

A numeric containerID that uniquely identifies the container within the EDMdatabase.

...

Arguments

...

TypeNameComment
SdaiContainercontainerIdRemoves all instances from an instance container identified by its containerId. The removed instances will not be removed from the model.

Return Value

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

Options

...

 

Example

...

 

Code Block
languagecpp
 EdmiError rstat;
 SdaiContainer contId;
 . . . 
  
 if (rstat = edmiEmptyContainer(contId)) {
 printf("\nError %d in edmiEmptyContainer: %s", rstat, 
 edmiGetErrorText(rstat)); 
 goto err; 
 }
 . . .

 

See also

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