DIAdem Help

Method: OpenStore for DataPlugin

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

Method: OpenStore for DataPlugin

Uses a specified DataPlugin to open a data store.

Set oStore = Object.OpenStore(PluginParameter, Plugin, [ConfigFile])
ObjectDataPlugin
Object with this method
PluginParameterString
Specifies the name of a data file with the filename extension and the path.
PluginString
Specifies the name of the DataPlugin that opens the data store.
[ConfigFile]String
Specifies the configuration file with the extension .stp, which contains the search path to be used.
oStoreStore
Returned object

The following example opens a data store:

Dim oMyStore
Set oMyStore = OpenStore("C:\Program Files\..\Demo.atf","ATFX")

Log in to get a better experience