edmiEmptyContainer

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.

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


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.

Options


 

Example


 

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

 

See also

Filter by label

There are no items with the selected labels at this time.

Â