Click or drag to resize

PartAttributeValueNominalValue Property

The nominal value of the attribute. The data type of this will vary based on PartAttributeType property. For PartAttributeType.List, the value properties will be of type "string" in the form of a comma-separated list. (e.g. "Red, Gree, Blue")

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public Object NominalValue { get; set; }

Property Value

Type: Object
See Also