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; }
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:
IEnumerableStringSee Also