DeleteContainerState

Deletes a ContainerState from the material database.
Syntax
MaterialSvr
.
DeleteContainerState
(
ContainerState
As ContainerState)
The
DeleteContainerState
method syntax has these parts:
Part
Description
MaterialSvr
Instance of the MaterialServer Interface to which the method is directed.
ContainerState
An instance of a ContainerState object.
Remarks
A ContainerState can only be deleted if no Containers are using it. There is no provision in this method to override this functionality or unassociate the Containers that are using the ContainerState.
The ‘Ready To Use’ ContainerState is system-defined and cannot be deleted via this interface or any other means.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal