PartAttributeValueMinimumValue Property |
The minimum value of the attribute. The data type of this will vary based on PartAttributeType property.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Object MinimumValue { get; set; }
Public Property MinimumValue As Object
Get
Set
public:
property Object^ MinimumValue {
Object^ get ();
void set (Object^ value);
}
member MinimumValue : Object with get, set
Property Value
Type:
ObjectSee Also