StationSetupItemRequiredItem Property |
An object describing the required setup that is necessary for this location.
This property may be null if there are no requirements for 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 RequiredSetupItem RequiredItem { get; }
Public ReadOnly Property RequiredItem As RequiredSetupItem
Get
public:
property RequiredSetupItem^ RequiredItem {
RequiredSetupItem^ get ();
}
member RequiredItem : RequiredSetupItem with get
Property Value
Type:
RequiredSetupItemSee Also