FX3PinObjectInvert Property |
True if pin logic is to be inverted.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic bool Invert { get; set; }
Public Property Invert As Boolean
Get
Set
public:
virtual property bool Invert {
bool get () sealed;
void set (bool value) sealed;
}
abstract Invert : bool with get, set
override Invert : bool with get, set
Return Value
Type:
BooleanImplements
IPinObject.Invert
See Also