Click or drag to resize

IMcImageSetVariantDataChannel Interface

An interface implemented by McImageSetVariantDataChannel.

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

The IMcImageSetVariantDataChannel type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of samples in this data channel.
Public propertyDescription
The optional description of this channel
Public propertyDuration
The time duration for this data channel.
Public propertyEndTime
The ending time for this data channel.
Public propertyMeanSamplingRate
Returns the mean sampling rate for this data channel.
Public propertyName
The name of this channel.
Public propertyStartTime
The starting time for this data channel.
Public propertyType
The type of this channel.
Public propertyUnits
Gets or sets the full name of the units
Public propertyUnitsAbbreviation
Gets or sets the units abbreviation
Public propertyUserData
Gets or sets user data for this channel
Public propertyUserFlags
Gets or sets user flags for this set
Top
Methods
  NameDescription
Public methodAddData
Adds a data sample to this data channel.
Public methodCopyFrom
Copy from the provided channel class
Public methodGetData
Returns a set of samples from this data channel.
Public methodRemoveAllData
Removes all data samples from this data channel.
Top
See Also