Click or drag to resize

StationSetupServices.UnloadItemByUID Method

Unloads an Item from any and all setup locations where it is currently loaded. If the Item is not currently loaded anywhere, no action will be taken.

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 UnloadItemByUID(
	Guid sessionId,
	string itemUID
)

Parameters

sessionId
Type: System.Guid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
itemUID
Type: System.String
The UID (barcode) of the Item to be unloaded.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
ItemExceptionThrown if the itemUID parameter is invalid.
StationSetupExceptionThrown if the item cannot be unloaded.
See Also