SampleClassificationImageListImageClassificationLabelInfoIndex Property

CVB.Net Documentation
Get the index of this label. Note that this index may change when samples are removed from the image list - therefore you should check this index often. Generally it is more recommendable to work label based, not index based.

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

public int Index { get; }

Property Value

Type: Int32

Implements

SampleListILabelInfoIndex
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the parent list has already been disposed.
See Also

Reference