PCBCircuitIsFlippedX Property |
Whether or not this circuit instance is flipped (in X axis) relative to its normal position.
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 IsFlippedX { get; set; }
Public Property IsFlippedX As Boolean
Get
Set
public:
property bool IsFlippedX {
bool get ();
void set (bool value);
}
member IsFlippedX : bool with get, set
Property Value
Type:
BooleanSee Also