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
SyntaxSub Save (
FileName As Object
)
Parameters
- FileName
- Type: SystemObject
Full path to settings file to save.
Also can be an IStream object.
RemarksThis 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