GetStorageLocationByID
Returns a StorageLocation object with its properties populated with corresponding data from the material database, based on the StorageLocationID.
Syntax
Set
object
= MaterialSvr
.GetStorageLocationByID
(ByVal IStorageLocationID
As Long)The
GetStorageLocationByID
method syntax has these parts:Part | Description |
---|---|
object | Reference to a valid StorageLocation object. |
MaterialSvr | Instance of the MaterialServer Interface to which the method is directed. |
IStorageLocationID | Represents the ID of the StorageLocation. |
Provide Feedback