RequiredSetupItemLocations Property |
A list of the locations where this part must be loaded.
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<SetupLocation> Locations { get; }
Public ReadOnly Property Locations As List(Of SetupLocation)
Get
public:
property List<SetupLocation^>^ Locations {
List<SetupLocation^>^ get ();
}
member Locations : List<SetupLocation> with get
Property Value
Type:
ListSetupLocationSee Also