GetContainerPriortyListByContainer
Returns a collection of 1 to N ContainerPriority objects.
Syntax
Set
object
= MaterialSvr
.GetContainerPriorityListByContainer
(ContainerName
As String)The
GetContainerPriorityListByContainer
method syntax has these parts:Part | Description |
---|---|
object | Reference to a valid ContainerPriorities collection object. |
MaterialSvr | Instance of the MaterialServer Interface to which the method is directed. |
ContainerName | String representing the name of the Container you want to produce the list from. |
Provide Feedback