Click or drag to resize

IMcExtendedFocusBottomUp Property

Defines Stack order.

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

Property Value

Type: Boolean
Remarks
By default the order is from Top to Bottom (BottomUp=false). This option defines the order of processing frames creating best focus image and also the orientation of Height on topo image.
Examples
VB
'turn stack upside bown
ThisApplication.ActiveImage.ExtendedFocus.BottomUp = True
ThisApplication.ActiveImage.ExtendedFocus.CreateBestFocusImage
See Also