TrackingServicesInitializeMaterial Method |
Namespace:
FactoryLogix.xTend.Production
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Item InitializeMaterial(
Guid sessionId,
Guid batchId,
string UID,
double quantity
)
Public Function InitializeMaterial (
sessionId As Guid,
batchId As Guid,
UID As String,
quantity As Double
) As Item
public:
virtual Item^ InitializeMaterial(
Guid sessionId,
Guid batchId,
String^ UID,
double quantity
) sealed
abstract InitializeMaterial :
sessionId : Guid *
batchId : Guid *
UID : string *
quantity : float -> Item
override InitializeMaterial :
sessionId : Guid *
batchId : Guid *
UID : string *
quantity : float -> Item
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - batchId
- Type: SystemGuid
The 128-bit unique identifier (Id property) of the Batch. - UID
- Type: SystemString
A text-based unique identifier (UID) for the new Item. - quantity
- Type: SystemDouble
The quanity of materials to be initialized.
Return Value
Type:
ItemAn
Item object representing the newly created item that is now associated with the specified
Batch.
Exceptions See Also