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