PartAttributeValueMaximumValue Property |
The maximum 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 MaximumValue { get; set; }
Public Property MaximumValue As Object
Get
Set
public:
property Object^ MaximumValue {
Object^ get ();
void set (Object^ value);
}
member MaximumValue : Object with get, set
Property Value
Type:
ObjectSee Also