InternalPartWeight Property |
A numeric value indicating the weight of a single instance of this part
in units applicable to the part (g, lb, etc.).
THIS FIELD IS NOT UTILIZED BY FACTORYLOGIX, AND IS PROVIDED FOR BACKWARDS COMPATIBILITY WITH LEGACY DIPLAN MODULES ONLY.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public double Weight { get; set; }
Public Property Weight As Double
Get
Set
public:
property double Weight {
double get ();
void set (double value);
}
member Weight : float with get, set
Property Value
Type:
DoubleSee Also