Click or drag to resize

IMcImageSetTimePoints Interface

An interface implemented by McImageSetTimePoints.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcImageSetTimePoints
	Inherits IEnumerable

The IMcImageSetTimePoints type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of time points in the collection.
Public propertyItem
Item property handler for the TimePoints collection.
Public propertyUserData
Gets or sets user data for this set's time points
Public propertyUserFlags
Gets or sets user flags for this set
Top
Methods
  NameDescription
Public methodAdd
Method to add a new McImageSetTimePoint to the collection.
Public methodCopyFrom
Copy from the provided time points class
Public methodGetEnumerator
Public methodRemove
Removes the time point object from the McImageSetTimePoints collection.
Public methodRemoveAll
Removes all time point objects from the McImageSetTimePoints collection.
Top
See Also