InternalPartIsPolarized Property |
For electronic parts, a boolean value which indicates whether or not this part has polarity (pin 1 significant).
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 IsPolarized { get; set; }
Public Property IsPolarized As Boolean
Get
Set
public:
property bool IsPolarized {
bool get ();
void set (bool value);
}
member IsPolarized : bool with get, set
Property Value
Type:
BooleanSee Also