GetStorageLocationList
Returns a list of StorageLocations in a multi-dimensioned array.
Syntax
vResult
= MaterialSvr
.GetStorageLocationList
()The
GetStorageLocationList
method syntax has these parts:Part | Description |
---|---|
vResult | The data returned by the |
MaterialSvr | Instance of the MaterialServer Interface to which the method is directed. |
Where
vResult
is:Part | Description |
---|---|
vResult | Is a two-dimensional array containing < EmptyArray > | <StorageLocationData > |
StorageLocationData | Array Element [0] =PKid Array Element [1] = Name Array Element [2] = Description Array Element [3] = ControllerID |
Provide Feedback