InternalPart.IsVariant Property |
A boolean value indicating whether or not this part is one of several possible CTO build variations for
a particular master, configurable assembly.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntaxpublic bool IsVariant { get; set; }
Public Property IsVariant As Boolean
Get
Set
public:
property bool IsVariant {
bool get ();
void set (bool value);
}
member IsVariant : bool with get, set
Property Value
Type:
Boolean
See Also