Click or drag to resize

CaptureCommandsRecord Property

Acquires a multi-frame movie

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

Parameters

parent
Type: MediaCy.IQL.ApplicationMcCommand

Property Value

Type: Record
Remarks
You may specify the document or image to acquire the movie into, but it must be the correct dimensions (width and height) and image type (the specified destination does not have to have the correct number of frames). Recorded movies are by default displayed when the first frame of the movie is acquired, and updated as the recording continues. Use the Visible setting to control this behavior: Set Visible to True to display the movie only after it has finished recording, or set it to False to not display the movie at all. Note: Use the AcquireMcCommand command to record a single-frame image.
See Also