Click or drag to resize

PartAttribute Class

Represents a property of a part. Attributes are user defined items that are generally used to define the specifications for a particular part (length, width, weight, color, etc.).
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsPartAttribute

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class PartAttribute

The PartAttribute type exposes the following members.

Constructors
  NameDescription
Public methodPartAttribute
Initializes a new instance of the PartAttribute class
Top
Properties
  NameDescription
Public propertyAvailableListValues
The list of values that can be used when adding a List type attribute to a part.
Public propertyDescription
A friendly description of this attribute.
Public propertyName
The name of the attribute.
Public propertyPartAttributeType
An enumerated value indicating the data type of the value of this attribute.
Public propertyUnitOfMeasure
The unit of measure property in the FactoryLogix configuration assigned to the attribute when the attribute is a number type.
Top
See Also