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
SyntaxProperty GenerateTopoImage As Boolean
Get
Set
Property Value
Type:
Boolean
RemarksThe 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
ThisApplication.ActiveImage.ExtendedFocus.GenerateTopoImage = False
ThisApplication.ActiveImage.ExtendedFocus.CreateBestFocusImage
See Also