StationSetupItemActualItem Property |
An object describing the material or tool that is currently loaded at this location.
This may be null if no
Item is currently locaded at this location.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Item ActualItem { get; }
Public ReadOnly Property ActualItem As Item
Get
public:
property Item^ ActualItem {
Item^ get ();
}
member ActualItem : Item with get
Property Value
Type:
ItemSee Also