InternalPartPackagingSize Property |
For electronic parts, a friendly description of the size of the packaging (carrier) used to hold this part during production.
For example, SMT components in reel type packaging might be "8mm", "12mm", "16mm", etc.
THIS FIELD IS NOT UTILIZED BY FACTORYLOGIX, AND IS PROVIDED FOR BACKWARDS COMPATIBILITY WITH LEGACY DIPLAN MODULES ONLY.
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 PackagingSize { get; set; }
Public Property PackagingSize As String
Get
Set
public:
property String^ PackagingSize {
String^ get ();
void set (String^ value);
}
member PackagingSize : string with get, set
Property Value
Type:
StringSee Also