Click or drag to resize

IMcAlignmentNumberOfFrames Property

Returns number of frames in the alignment set.

Namespace:  MediaCy.IQL.Align
Assembly:  MediaCy.IQL.Align (in MediaCy.IQL.Align.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property NumberOfFrames As Integer
	Get

Property Value

Type: Int32
Remarks
The frames are set using SetSourceForAlignment.
Examples
VB
ThisApplication.ActiveImage.Alignment.SetSourceForAlignment
Debug.Print ThisApplication.ActiveImage.Alignment.NumberOfFrames
See Also