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.254.0.0 (8.254.0.0)
Syntaxpublic IEnumerable<string> AvailableValueUnits { get; }Public ReadOnly Property AvailableValueUnits As IEnumerable(Of String)
	Get
public:
property IEnumerable<String^>^ AvailableValueUnits {
	IEnumerable<String^>^ get ();
}member AvailableValueUnits : IEnumerable<string> with get
Property Value
Type: 
IEnumerableString
See Also