The name or abbreviation of the Unit that Quantity and InitialQuantity are measured in. The string value of this property must align with one of the pre-configured unit names
assigned to this attribute via the unit of measure property in the FactoryLogix configuration.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public string UnitOfIssue { get; set; }
Public Property UnitOfIssue As String
Get
Set
public:
property String^ UnitOfIssue {
String^ get ();
void set (String^ value);
}
member UnitOfIssue : string with get, set
Property Value
Type:
StringRemarks
If no value is specified, it is assumed that any related quantities are measured in the existing part's unit of issue during processing.
See Also