UpdateContainerPriority
Updates a ContainerPriority record in the material database.
Syntax
MaterialSvr.UpdateContainerPriority
(ContainerPriority
As ContainerPriority)The
UpdateContainerPriority
method syntax has these parts:Part | Description |
---|---|
MaterialSvr | Instance of the MaterialServer Interface to which the method is directed. |
ContainerPriority | An instance of a ContainerPriority object. |
Remarks
The only property that can be updated in the ContainerPriority object is the ‘Priority’.
Provide Feedback