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)
Syntaxpublic void UnloadItemByUID(
Guid sessionId,
string itemUID
)
Public Sub UnloadItemByUID (
sessionId As Guid,
itemUID As String
)
public:
virtual void UnloadItemByUID(
Guid sessionId,
String^ itemUID
) sealed
abstract UnloadItemByUID :
sessionId : Guid *
itemUID : string -> unit
override UnloadItemByUID :
sessionId : Guid *
itemUID : string -> unit
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
See Also