Click or drag to resize

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.242.0.0 (8.242.0.0)
Syntax
public List<StockedPartAssignment> AssignedParts { get; }

Property Value

Type: ListStockedPartAssignment
See Also