| 
  
 
Binds a COM wrapper object to an existing IVI-C specific driver session. 
Namespace: Ivi.Driver.Interop 
Assembly: Ivi.Driver.Interop (in Ivi.Driver.Interop.DLL)   
Visual Basic 
 | 
 
Public Sub AttachToExistingCSession ( _ 
 ByVal  Vi As Integer  _ 
) 
 | 
 
 
 
C# 
 | 
 
public void  AttachToExistingCSession( 
 int  Vi 
) 
 | 
 
 
 
Visual C++ 
 | 
 
HRESULT AttachToExistingCSession( 
 long  Vi 
); 
 | 
 
 
 
Parameters
Vi 
Unique identifier for an IVI session. 
 Requirements
Supported Models
All supported 
 See Also
Reference
IIviClassWrapper Interface 
Ivi.Driver.Interop Namespace 
  
Copyright 2013-16 Boonton. All rights reserved. 
 |