|
IMVIONot
The IMVIONot interface contains properties to configure the
MV I/O Not filter.
Methods:
| Enable
|
Enable the invert function. |
Header file: IMVIONot.h
Interface definition language file: IMVIONot.idl
Typelib: MVIONot
Interface ID: IID_IMVIONot
Property IMVIONot::Enable
Declaration:
Property Get/Put Enable As Boolean
Enable the invert function.
C Prototype:
HRESULT put_Enable(VARIANT_BOOL
newVal);
HRESULT get_Enable(VARIANT_BOOL *pVal);
|