Click or drag to resize

PartAttributeValue Properties

The PartAttributeValue type exposes the following members.

Properties
  NameDescription
Public propertyAvailableValueUnits
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.
Public propertyDescription
A friendly description of this attribute.
Public propertyEnforceValue
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.
Public propertyMaximumValue
The maximum value of the attribute. The data type of this will vary based on PartAttributeType property.
Public propertyMinimumValue
The minimum value of the attribute. The data type of this will vary based on PartAttributeType property.
Public propertyName
The name of the attribute.
Public propertyNominalValue
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")
Public propertyPartAttributeType
An enumerated value indicating the data type of the value of this attribute.
Public propertyValueUnits
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.
Top
See Also