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.245.0.0 (8.245.0.0)
Syntax public void UnloadItem(
Guid sessionId,
Guid itemId
)
Public Sub UnloadItem (
sessionId As Guid,
itemId As Guid
)
public:
virtual void UnloadItem(
Guid sessionId,
Guid itemId
) sealed
abstract UnloadItem :
sessionId : Guid *
itemId : Guid -> unit
override UnloadItem :
sessionId : Guid *
itemId : Guid -> unit
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 See Also