IMcCaptSettingsGet Method
|
|
Retrieve a settings value given its name (key).
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxFunction Get (
Key As String,
<OptionalAttribute> DefaultValue As Object
) As Object
Parameters
- Key
- Type: SystemString
Name of the setting - DefaultValue (Optional)
- Type: SystemObject
Default value of the setting if not found
Return Value
Type:
Object
RemarksReturns the value of a setting contained in the McCaptSettings
object. If the setting is not present, the returned value (pVal)
will be set to the value of DefaultValue.
See Also