TrackingServicesLoadCarrierPosition Method |
Loads a specific
Item into a specific 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 LoadCarrierPosition(
Guid sessionId,
Guid carrierId,
int position,
Nullable<Guid> transactionId,
string itemUID
)
Public Sub LoadCarrierPosition (
sessionId As Guid,
carrierId As Guid,
position As Integer,
transactionId As Nullable(Of Guid),
itemUID As String
)
public:
virtual void LoadCarrierPosition(
Guid sessionId,
Guid carrierId,
int position,
Nullable<Guid> transactionId,
String^ itemUID
) sealed
abstract LoadCarrierPosition :
sessionId : Guid *
carrierId : Guid *
position : int *
transactionId : Nullable<Guid> *
itemUID : string -> unit
override LoadCarrierPosition :
sessionId : Guid *
carrierId : Guid *
position : int *
transactionId : Nullable<Guid> *
itemUID : string -> 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 loaded. - position
- Type: SystemInt32
The position, starting with number 1, within the carrier where the Item will be loaded. - transactionId
- Type: SystemNullableGuid
An optional transaction Id returned by the TransactionId property of the StartResult. - itemUID
- Type: SystemString
The text-based identifier (UID) of the Item to be loaded.
Exceptions See Also