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
SyntaxSub Set (
Key As String,
Value As Object
)
Parameters
- Key
- Type: SystemString
Name of the setting - Value
- Type: SystemObject
Value to set the setting to.
RemarksSets the value of a setting contained in the McCaptSettings
object.
See Also