Click or drag to resize

IMcImageSetTimePhases Interface

An interface implemented by McImageSetTimePhases.

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

The IMcImageSetTimePhases type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of time phases in the collection.
Public propertyCurrentPhase
The current time lapse phase of an acquisition.
Public propertyCurrentTimePoint
The current time point of the current time lapse phase of an acquisition.
Public propertyDescription
The optional description of this collection of time phases
Public propertyItem
Item property handler for the TimePhases collection.
Public propertyName
The name of this collection of time lapse phases.
Public propertyUserData
Gets or sets user data for this set's time phases
Public propertyUserFlags
Gets or sets user flags for this set
Top
Methods
  NameDescription
Public methodAdd
Method to add a new McImageSetTimePhase to the collection.
Public methodCopyFrom
Copy from the provided time phases class
Public methodGetEnumerator
Public methodRemove
Removes the time phase object from the McImageSetTimePhases collection.
Public methodRemoveAll
Removes all time phase objects from the McImageSetTimePhases collection.
Top
See Also