...
Code Block | ||||
---|---|---|---|---|
| ||||
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
...
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
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
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) | ||||||
---|---|---|---|---|---|---|
|