Click or drag to resize

StationSetupServicesUnloadItem 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 UnloadItem(
	Guid sessionId,
	Guid itemId
)

Parameters

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