Click or drag to resize

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; }

Property Value

Type: Boolean
See Also