Click or drag to resize

SystemSettingsCommandsApply Property

Applies system settings (Characteristics) to image.

Namespace:  MediaCy.Automation.Capture
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public Shared ReadOnly Property Apply ( 
	parent As McCommand
) As Apply
	Get

Parameters

parent
Type: MediaCy.IQL.ApplicationMcCommand

Property Value

Type: Apply
Remarks
The image could be set via Input.Value or ICommandSource interface; otherwise the command will be applied to the active image.
See Also