Click or drag to resize

IMcFramesFrameIndices Property

An array of the FrameIndex property values for each frame in the collection

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property FrameIndices As Object
	Get

Property Value

Type: Object
Remarks
This property exposes an array of "long" index values giving the current FrameIndex property for each McFrame in the collection The FrameIndex property for any frame may change if frames are added or removed in the ParentImage.
See Also