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
SyntaxSub Delete (
Key As String
)
Parameters
- Key
- Type: SystemString
Name (key) of the setting to delete
RemarksGiven the name (key) of the settings, this method will
delete it.
See Also