Click or drag to resize

IMcImageSetTimePointsRemove Method

Removes the time point object from the McImageSetTimePoints collection.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Sub Remove ( 
	TimePointID As Object
)

Parameters

TimePointID
Type: SystemObject
time point ID to remove
Remarks
Removes the time point object from the collection and calls Release on it. The time point ID can be the time point object itself, 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