BOMLineItemSubAssemblyType Property |
An enumerated value indicating how a subassembly is to be built: in a separate process or as part its parent assembly's process.
This value does not apply to a line item which is not identified as an assembly.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public SubAssemblyType SubAssemblyType { get; set; }
Public Property SubAssemblyType As SubAssemblyType
Get
Set
public:
property SubAssemblyType SubAssemblyType {
SubAssemblyType get ();
void set (SubAssemblyType value);
}
member SubAssemblyType : SubAssemblyType with get, set
Property Value
Type:
SubAssemblyTypeSee Also