DIAdem Help

Method: ConnectDataFinder for Navigator

  • Updated2024-09-12
  • 2 minute(s) read

Method: ConnectDataFinder for Navigator

Opens a connection to a DataFinder without using the user interface. You specify the DataFinder by its name.

Set oDataFinder = Object.ConnectDataFinder(Name)
ObjectNavigator
Object with this method
NameString
Specifies the name of the DataFinder.
oDataFinderDataFinder
Returned object

The following example opens the connection to the DataFinder My DataFinder.

VBScriptPython

 

Dim oMyDataFinder
Set oMyDataFinder = Navigator.ConnectDataFinder("My DataFinder")