Click or drag to resize

IMcImageSetTemplateTimePoints Property

Gets the collection of time point information classes

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property TimePoints As McImageSetTimePoints
	Get

Property Value

Type: McImageSetTimePoints
Remarks
Gets a collection of time point information classes giving detailed information about the time points in this set. As time points are added to the set through the AddFrame and AddImage methods, a member will be added to this collection for each time point added. These auto-added time point members will only have time-point specific information if the time point can be set from the TimePoint property of the frames added. If there is not TimePoint information, the time associated with each time point will be set to the capture time of the first frame added to that time point, which may not be exactly the time that the time point began.
See Also