Click or drag to resize

IMcImage2ImportPropertiesOfSelectedFrames Method

Calls ImportProperties but applies the per-frame import to only selected frames.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Sub ImportPropertiesOfSelectedFrames ( 
	SourceImage As McImage,
	ImportFilter As mcImportPropertiesFlags,
	SourceFramesToImport As Object,
	DestFramesToModify As Object
)

Parameters

SourceImage
Type: MediaCy.IQL.EngineMcImage
The image to import data from.
ImportFilter
Type: MediaCy.IQL.EnginemcImportPropertiesFlags
Controls what is going to be imported. For any frame properties to be imported, the mcImportPropertiesFlags.mcipfFrameProperties bit must be set. To avoid importing image properties, the mcipfImage bit must be clear.
SourceFramesToImport
Type: SystemObject
A selector of the frame indices in the SourceImage for which the import is to be done. The selector can be a scalar Integer or an array of Integers. The count of selected frames must match that of the DestFramesToModify.
DestFramesToModify
Type: SystemObject
A selector of the frame indices in this McImage for which the import is to be done. The selector can be a scalar Integer or an array of Integers. The count of selected frames must match that of the SourceFramesToImport.
Remarks
This method is used internally to selectively set frame properties of a sequence from a mix of source images which were used to build the sequence.
See Also