InternalPartIsConfigurable Property |
A boolean value indicating whether or not this part (assembly) may be built in diffent configurations
on a per Batch (Work Order) basis. This value will be true for parts/assemblies that are built using
CTO processes (Configure To Order).
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 IsConfigurable { get; set; }
Public Property IsConfigurable As Boolean
Get
Set
public:
property bool IsConfigurable {
bool get ();
void set (bool value);
}
member IsConfigurable : bool with get, set
Property Value
Type:
BooleanSee Also