StationSetupServicesUnloadLocation Method |
Namespace:
FactoryLogix.xTend.Production
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void UnloadLocation(
Guid sessionId,
SetupLocation location
)
Public Sub UnloadLocation (
sessionId As Guid,
location As SetupLocation
)
public:
virtual void UnloadLocation(
Guid sessionId,
SetupLocation^ location
) sealed
abstract UnloadLocation :
sessionId : Guid *
location : SetupLocation -> unit
override UnloadLocation :
sessionId : Guid *
location : SetupLocation -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - location
- Type: FactoryLogix.xTend.DataObjectsSetupLocation
A SetupLocation object representing the location to be unloaded.
If the UID of the location is known, only the UID property of the SetupLocation object need be populated.
Alternatively, the WorkstationId and LocationName properties may be set to identify the specific location where
the Item will be loaded.
Exceptions See Also