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 ContainerMaterialsThe method syntax has these parts:
GetContainerOrStorageLocationMaterials
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