InternalPartNominalValue Property |
For electronic parts, the electical value of the component (e.g. 5 kOhm, 1.3 uF, etc.)
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 NominalValue { get; set; }
Public Property NominalValue As Double
Get
Set
public:
property double NominalValue {
double get ();
void set (double value);
}
member NominalValue : float with get, set
Property Value
Type:
DoubleSee Also