PartAttributeAvailableListValues Property |
The list of values that can be used when adding a List type attribute to a part.
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> AvailableListValues { get; }
Public ReadOnly Property AvailableListValues As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ AvailableListValues {
IEnumerable<String^>^ get ();
}
member AvailableListValues : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also