SampleListRemoveLabel Method

CVB.Net Documentation
Remove a label and all the data objects associated with it based on its index.

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

protected void RemoveLabel(
	int index
)

Parameters

index
Type: SystemInt32
index of the label to be removed
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the sample list has already been disposed
See Also

Reference