Click or drag to resize

PartAttributeValueAvailableValueUnits Property

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.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public IEnumerable<string> AvailableValueUnits { get; }

Property Value

Type: IEnumerableString
See Also