GetContainerOrStorageLocationMaterials

Returns a collection of ContainerMaterial objects that are configured for use with a specified Container or StorageLocation.
Syntax
MaterialSvr
.
GetContainerOrStorageLocationMaterials
(
ContainerOrStorageLocationName
As String) As ContainerMaterials
The
GetContainerOrStorageLocationMaterials
method syntax has these parts:
Part
Description
MaterialSvr
Instance of the MaterialServer Interface to which the method is directed.
ContainerOrStorageLocationName
The instance of a Container or StorageLocation.
Remarks
Pass it the name of a Container or StorageLocation to get back a list of Materials that are configured for use with the specified Container or StorageLocation.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal