SampleClassificationImageListImageClassificationInfoCollectionRemove Method (String)

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

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

public void Remove(
	string label
)

Parameters

label
Type: SystemString
name of the class to be removed

Return Value

Type: 
true/false
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the sample list has already been disposed
See Also

Reference