TrackingServicesRemoveFromCarrierByPosition 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.245.0.0 (8.245.0.0)
Syntax public void RemoveFromCarrierByPosition(
Guid sessionId,
Guid carrierId,
int position
)
Public Sub RemoveFromCarrierByPosition (
sessionId As Guid,
carrierId As Guid,
position As Integer
)
public:
virtual void RemoveFromCarrierByPosition(
Guid sessionId,
Guid carrierId,
int position
) sealed
abstract RemoveFromCarrierByPosition :
sessionId : Guid *
carrierId : Guid *
position : int -> unit
override RemoveFromCarrierByPosition :
sessionId : Guid *
carrierId : Guid *
position : int -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - carrierId
- Type: SystemGuid
The Id of the Item representing the carrier to be unloaded. - position
- Type: SystemInt32
The position, starting with number 1, within the carrier where the Item will be loaded.
Exceptions See Also