StockLocationAssignedParts Property |
An optional list of the parts that may be stored at this location, along with thresholds.
FactoryLogix supports both flexible and fixed
Stocks. In flexible mode,
any part may be stored at any stock location, and this property is not relevant.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public List<StockedPartAssignment> AssignedParts { get; }
Public ReadOnly Property AssignedParts As List(Of StockedPartAssignment)
Get
public:
property List<StockedPartAssignment^>^ AssignedParts {
List<StockedPartAssignment^>^ get ();
}
member AssignedParts : List<StockedPartAssignment> with get
Property Value
Type:
ListStockedPartAssignmentSee Also