IMcImageSetTimePointsItem Property
|
|
Item property handler for the TimePoints collection.
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxReadOnly Default Property Item (
TimePointID As Object
) As McImageSetTimePoint
Get
Parameters
- TimePointID
- Type: SystemObject
time point index or name
Property Value
Type:
McImageSetTimePoint
RemarksReturns the time point specified by the time point ID.
The time point ID can be a zero-based index of the time point
in the collection, the time of the time point, or the name
of the time point. Note that time point times and names
are not guaranteed to be unique, so requesting an time point by time or name returns
the first time point with that name.
See Also