Click or drag to resize

IMcCompositeHostMappedFrameSelector Property

A selector for the aligned and mapped frame(s) that are to be combined.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Property MappedFrameSelector As Object
	Get
	Set

Property Value

Type: Object
Remarks
This selector may be missing or any negative scalar value, in which case all aligned frames are traversed. It may also be a non-negative scalar which specifies a single frame or it may be an array of non-negative indices specifying a set of frames (any negative indices in this selector array are ignored). The same selector is applied to all sources. Each selected frame in the MappedFrameSelector corresponds to one destination image frame. You must assign to this property only after doing any assignments to SourceFrameMappings and then SourceStartingFrames. Assignment to either of those properties automatically resets the MappedFrameSelector to its default of all frames.
See Also