Example

The following example shows how to find the connection identified by the Handle parameter.

dim myConnObj as lsxECLConnection
 
'Create a new lsxECLConnList object
dim myCListObj as new lsxECLConnList
 
'Create a new lsxECLPS associated with connection A
dim myPSObj as new lsxECLPS("A")
 
'Get the lsxECLConnection object for connection A
set myConnObj = myCListObj.FindConnectionByHandle(myPSObj.Handle)