Click or drag to resize

PartAttributeType Enumeration

An enumeration that describes the data type for a given part attribute.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public enum PartAttributeType
Members
  Member nameValueDescription
Number0 The attribute is a numeric value.
Text1 The attribute is a string based text value.
Boolean2 The attribute is a boolean (True/False)c value.
DateTime3 The attribute is a Date + Time value.
List4 The attribute value is one or more choices from a pre-defined list of possible values.
DateOnly5 The attribute is a date value (no time defined).
TimeOnly6 The attribute is a time value (no date defined).
See Also