IMcTracksItem Property
|
|
Returns Track by index.
Namespace:
MediaCy.IQL.Tracking
Assembly:
MediaCy.IQL.Tracking (in MediaCy.IQL.Tracking.dll) Version: 10.0.6912.0
SyntaxReadOnly Property Item (
Index As Integer
) As McTrack
Get
Parameters
- Index
- Type: SystemInt32
Property Value
Type:
McTrack
RemarksIndex must be from 0 to Count-1
See Also