Click or drag to resize

IMcCaptSettingsSet Method

Store a setting value in the McCaptSettings object.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Sub Set ( 
	Key As String,
	Value As Object
)

Parameters

Key
Type: SystemString
Name of the setting
Value
Type: SystemObject
Value to set the setting to.
Remarks
Sets the value of a setting contained in the McCaptSettings object.
See Also