For electronic printed circuit board (PCB) type assemblies, the connection number of the component pin
associated with this measurement.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Nullable<int> Pin { get; set; }
Public Property Pin As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> Pin {
Nullable<int> get ();
void set (Nullable<int> value);
}
member Pin : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also