GetContainerList

Returns a list of Containers in a multi-dimensioned array.
Syntax
vResult
=
MaterialSvr
.
GetContainerList
(ByVal
ContainerFilter
As ContainerFilterEnum , ByVal
FilterValue
As String)
The
GetContainerList
method
syntax has these parts:
Part
Description
vResult
The data returned by the Material Server.
MaterialSvr
Instance of the MaterialServer Batch Interface to which the method is directed.
ContainerFilter
An enumeration representing a set of pre-defined filters.
Enumeration:
0 = GetAllContainers
1 = GetContainersNotInStorageLocation
2 = GetContainersInStorageLocation
3 = GetIndependantContainersAndStorageLocations
4 = GetAllContainersInAllStorageLocations
FilterValue
A string representing the Storage Location name, used by the ContainerFilter to filter on.
Where
vResult
is:
Part
Description
vResult
Is a two-dimensional array containing
<
Empty Array
> | <
ContainerData
>
ContainerData
Array Element [0] = ControllerID
Array Element [1] = ConatinerName
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal