IMcImageSetTimePhasesRemove Method
|
|
Removes the time phase object from the McImageSetTimePhases
collection.
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxSub Remove (
TimePhaseID As Object
)
Parameters
- TimePhaseID
- Type: SystemObject
RemarksRemoves the time phase object from the collection and
calls Release on it. 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 removing an time phase by name removes
the first time phase with that name.
See Also