Click or drag to resize

TrackingServices.RemoveFromCarrierByPosition Method

Removes the Item presently located at a particular position within a carrier.

Namespace:  FactoryLogix.xTend.Production
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.252.0.0 (8.252.0.0)
Syntax
public void RemoveFromCarrierByPosition(
	Guid sessionId,
	Guid carrierId,
	int position
)

Parameters

sessionId
Type: System.Guid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
carrierId
Type: System.Guid
The Id of the Item representing the carrier to be unloaded.
position
Type: System.Int32
The position, starting with number 1, within the carrier where the Item will be loaded.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
ItemExceptionThrown if the carrierId parameter is invalid.
PositionExceptionThrown if position parameter is invalid.
See Also