...
Code Block | ||||
---|---|---|---|---|
| ||||
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
...
Type | Name | Comment |
SdaiContainer | containerId | The containerId that uniquely identifies the instance container within the EDMdatabase . |
...
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
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) | ||||||
---|---|---|---|---|---|---|
|