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
Type | Name | Comment |
SdaiContainer | containerId | Removes 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.
Â