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.245.0.0 (8.245.0.0)
Syntax public IEnumerable<Item> Children { get; }
Public ReadOnly Property Children As IEnumerable(Of Item)
Get
public:
property IEnumerable<Item^>^ Children {
IEnumerable<Item^>^ get ();
}
member Children : IEnumerable<Item> with get
Property Value
Type:
IEnumerableItemSee Also