Click or drag to resize

IMcTrackSwapObjects Method

Swaps tracking objects between 2 tracks. It can be used to reassign objects from one track to another.

Namespace:  MediaCy.IQL.Tracking
Assembly:  MediaCy.IQL.Tracking (in MediaCy.IQL.Tracking.dll) Version: 10.0.6912.0
Syntax
VB
Sub SwapObjects ( 
	srcTrack As McTrack,
	inds As Object
)

Parameters

srcTrack
Type: MediaCy.IQL.TrackingMcTrack
source track
inds
Type: SystemObject
array of frame indices to swap objects (array of Long)
See Also