Click or drag to resize

IMcImageSetNumberOfFrames Property

Returns the number of image frames in this set.

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

Property Value

Type: Int32
Remarks
Returns the number of image frames in this set. This may be the exact number of frames that will be used by the set if it was loaded from file, or it may be an estimation based on the dimensionality of the set at the time of your inquiry. Note that in either case the number of frames that are actually loaded into memory and available for use may be different.
See Also