Click or drag to resize

IMcCaptSettingsSave Method

Saves the McCaptSettings object to persistant storage.

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

Parameters

FileName
Type: SystemObject
Full path to settings file to save. Also can be an IStream object.
Remarks
This method will save the settings object to a persistant storage source (file on disk or IStream object). Capture attributes will automatically be saved with settings values before saving.
See Also