Click or drag to resize

IMcCaptSettingsImport Method

Imports settings from a legacy settings file.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Sub Import ( 
	FileName As Object
)

Parameters

FileName
Type: SystemObject
Full path of legacy settings file
Remarks
This method will import the settings from a legacy settings file specified by FileName. Only legacy settings that have analogous settings in this capture environment will be imported.
See Also