IMcCaptSettingsLoad Method
|
|
Loads the McCaptSettings object from persistant storage.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxSub Load (
FileName As Object
)
Parameters
- FileName
- Type: SystemObject
Full path to settings file to load.
Also can be an IStream object.
RemarksThis method will load the settings object from a persistant
storage source (file on disk or IStream object). Capture
attributes will automatically be updated with new values from
the newly loaded settings.
See Also