Click or drag to resize

IMcCaptSettingsDelete Method

Delete a setting from the McCaptSettings object.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Sub Delete ( 
	Key As String
)

Parameters

Key
Type: SystemString
Name (key) of the setting to delete
Remarks
Given the name (key) of the settings, this method will delete it.
See Also