Click or drag to resize

IMcExtendedFocusGenerateTopoImage Property

Defines whether topo image is going to be retained after CreateBestFocusImage call.

Namespace:  MediaCy.IQL.Align
Assembly:  MediaCy.IQL.Align (in MediaCy.IQL.Align.dll) Version: 10.0.6912.0
Syntax
VB
Property GenerateTopoImage As Boolean
	Get
	Set

Property Value

Type: Boolean
Remarks
The option defines whether topo image, which is always generated creating best-focus image, must be retained, so it can be quickly retrieved by CreateTopoImage called after CreateBestFocusImage. When the option is False, the topo-image is discarded after CreateBestFocusImage saving memory.
Examples
VB
'we don't need topo image
ThisApplication.ActiveImage.ExtendedFocus.GenerateTopoImage = False
ThisApplication.ActiveImage.ExtendedFocus.CreateBestFocusImage
See Also