SampleImageListSampleInformationCollection Class

CVB.Net Documentation
Collection of samples inside a class of an SampleImageList.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.MantoSampleImageListSampleInformationCollection

Namespace:  Stemmer.Cvb.Manto
Assembly:  Stemmer.Cvb.Manto (in Stemmer.Cvb.Manto.dll) Version: 14.0.0.0
Syntax

public sealed class SampleInformationCollection : IEnumerable<Image>, 
	IEnumerable

The SampleImageListSampleInformationCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Get the number of samples for this collection.
Public propertyItem
Access one of the sample images.
Top
Methods

  NameDescription
Public methodAdd
Add a new sample to the samples collection
Public methodClear
Clear all the samples in this class.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMoveToClass
Move a sample to a different (potentially new) class.
Public methodRemove
Remove a sample image.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableImageGetEnumerator
Use the yield-mechanism to generate the enumerator
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Refer to the Generics-based implementation
Top
See Also

Reference