[in] ViSession handle for the driver session.
DriverSession::SetInterchangeCheckEnabled
Enables or disables interchangeability checking for the driver session.
Syntax
Section titled “Syntax”virtual void SetInterchangeCheckEnabled(bool bValue);
void SetInterchangeCheckEnabled(ViSession Vi, bool bValue);Parameters
Section titled “Parameters”Vi
bValue
[in] Set to True to enable interchangeability checking or False to disable it.