Click or drag to resize

ItemChildren Property

The immediate children (descendants) of this item. Not all items have children. Examples of items that have children:

* A production unit containing sub-assemblies. In this case, the sub-assemblies are children.

* A PCB panel containing multiple circuits. In this case, the circuits are children.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public IEnumerable<Item> Children { get; }

Property Value

Type: IEnumerableItem
See Also