Click or drag to resize

IMcTracksItem Property

Returns Track by index.

Namespace:  MediaCy.IQL.Tracking
Assembly:  MediaCy.IQL.Tracking (in MediaCy.IQL.Tracking.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property Item ( 
	Index As Integer
) As McTrack
	Get

Parameters

Index
Type: SystemInt32

Property Value

Type: McTrack
Remarks
Index must be from 0 to Count-1
See Also