Click or drag to resize

IMcDisplayTrackActiveFrame Property

This boolean property enables tracking of the currently active frame within the attached image.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Property TrackActiveFrame As Boolean
	Get
	Set

Property Value

Type: Boolean
Remarks
When enabled, the viewer will monitor the McImage.ActiveFrameIndex property of the ImageToDisplay. When that property changes, the viewer will update the FrameToDisplay property and display the new frame.
See Also