Click or drag to resize

InternalPartIsAssembly Property

Specifies whether or not this particular part in an assembly. An assembly is a part that is manufactured within the factory environment (as opposed to a part that is purchased as a raw material). A part can be changed to an assembly using this property but a part that is already an assembly cannot be changed back to a regular part.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public bool IsAssembly { get; set; }

Property Value

Type: Boolean
See Also