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.245.0.0 (8.245.0.0)
Syntax public bool IsAssembly { get; set; }
Public Property IsAssembly As Boolean
Get
Set
public:
property bool IsAssembly {
bool get ();
void set (bool value);
}
member IsAssembly : bool with get, set
Property Value
Type:
BooleanSee Also