Click or drag to resize

IMcTrackMeasuresStartIndex Property

Returns strat index for a measurement.

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

Parameters

measID
Type: SystemInt32

Property Value

Type: Int32
Remarks
It's related to derivative measurements, such as Velocity and Acceleration, where StartIndex will be 1 and 2 correspondingly. Most measurements have StartIndex=0.
See Also