PartAttributeValueValueUnits Property |
The units to be used for the nominal, max, and min values of this attribute.
The string value of this property must align with one of the pre-configured unit names
assigned to this attribute via the unit of measure property in the FactoryLogix configuration.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public string ValueUnits { get; set; }
Public Property ValueUnits As String
Get
Set
public:
property String^ ValueUnits {
String^ get ();
void set (String^ value);
}
member ValueUnits : string with get, set
Property Value
Type:
StringSee Also