PartAttributeValue Properties |
The PartAttributeValue type exposes the following members.
Name | Description | |
---|---|---|
AvailableValueUnits |
The list of value units that can be used per the unit of measure associated with the part attribute in the system.
This is only relevant when the attribute is a number type attribute.
| |
Description |
A friendly description of this attribute.
| |
EnforceValue |
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.
| |
MaximumValue |
The maximum value of the attribute. The data type of this will vary based on PartAttributeType property.
| |
MinimumValue |
The minimum value of the attribute. The data type of this will vary based on PartAttributeType property.
| |
Name |
The name of the attribute.
| |
NominalValue |
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")
| |
PartAttributeType |
An enumerated value indicating the data type of the value of this attribute.
| |
ValueUnits |
The units to be used for the nominal, max, and min values of this attribute.
The string value of this property must align with one of the pre-configured unit names
assigned to this attribute via the unit of measure property in the FactoryLogix configuration.
|