configuration_file : string (read/write)

Navigation:  User guide > OLE automation > Properties >

configuration_file : string (read/write)

Previous pageReturn to chapter overviewNext page

Setting the configuration_file  property you specify the optical analysis method that is stored in a complete configuration file. You have to pass the name of an existing file as shown in the following VBA example:

 

wcd.configuration_file = "f:\examples\test.wcd"

 

This statement causes the loading of the specified configuration file.

Reading this property returns the name of the configuration file that was loaded by CODE in the last 'load configuration' action.