A list of
BOMLineItem objects representing the part list for this BOM.
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<BOMLineItem> LineItems { get; }
Public ReadOnly Property LineItems As List(Of BOMLineItem)
Get
public:
property List<BOMLineItem^>^ LineItems {
List<BOMLineItem^>^ get ();
}
member LineItems : List<BOMLineItem> with get
Property Value
Type:
ListBOMLineItemSee Also