Click or drag to resize

StationSetupServicesUnloadItemByUID 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.242.0.0 (8.242.0.0)
Syntax
public void UnloadItemByUID(
	Guid sessionId,
	string itemUID
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
itemUID
Type: SystemString
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