PartAttributeValueEnforceValue Property |
A boolean value designating whether or not the value of the attribute must fall within an acceptable range
as defined by the min, max, and nominal values. If set to false, any value entered by users for this attribute
will be accepted.
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 EnforceValue { get; set; }
Public Property EnforceValue As Boolean
Get
Set
public:
property bool EnforceValue {
bool get ();
void set (bool value);
}
member EnforceValue : bool with get, set
Property Value
Type:
BooleanSee Also