InternalPartIsSocket Property |
For electronic parts, a boolean value which indicates whether or not this part is a "socket" type part that enables another electronic component to be plugged into it.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public bool IsSocket { get; set; }
Public Property IsSocket As Boolean
Get
Set
public:
property bool IsSocket {
bool get ();
void set (bool value);
}
member IsSocket : bool with get, set
Property Value
Type:
BooleanSee Also