If True, the driver maintains a record of interchangeability warnings. If the driver does not support interchangeability checking, attempts to set InterchangeCheck to True return an error.
Namespace: Ivi.Driver.Interop
Assembly: Ivi.Driver.Interop (in Ivi.Driver.Interop.DLL)
Visual Basic
|
Public Property InterchangeCheck As Boolean
|
C#
|
public bool InterchangeCheck { get; set; }
|
Visual C++
|
HRESULT get_InterchangeCheck(
VARIANT_BOOL* val
);
HRESULT put_InterchangeCheck(
VARIANT_BOOL val
);
|
Property Value
If True, the driver maintains a record of interchangeability warnings. If the driver does not support interchangeability checking, attempts to set InterchangeCheck to True return an error.
Requirements
Supported Models
All supported
See Also
Reference
IIviDriverOperation Interface
Ivi.Driver.Interop Namespace
Copyright 2013-16 Boonton. All rights reserved.
|