SampleImageListClassInformation Structure

CVB.Net Documentation
Base class for providing SIL class informations

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

public struct ClassInformation

The SampleImageListClassInformation type exposes the following members.

Properties

  NameDescription
Public propertyIndex
Get the index of this class. Note that this index may change when classes are removed from the image list - therefore you should check this index often. Generally it is more recommendable to work Name based, not index based.
Public propertyIsExcludedClass
Check if this is the excluded class or make it the excluded class
Public propertyName
Name by which this class is known. You may change this Name, but not to one that already exists in the SampleImageList. To Merge classes in the SampleImageList use the MergeClasses(String, String, String)method of the SampleImageList class.
Public propertySamples
Samples in this class.
Top
Methods

  NameDescription
Public methodAddSample
Add a new sample to this class.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also

Reference