SampleImageListSampleInformationCollectionMoveToClass Method

CVB.Net Documentation
Move a sample to a different (potentially new) class.

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

public void MoveToClass(
	int index,
	string name
)

Parameters

index
Type: SystemInt32
index of the sample to be moved
name
Type: SystemString
name of the class into which to move the image; this class must already exist in the SampleImageList!
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the parent list has already been disposed.
ArgumentNullExceptionIf name is null
ArgumentExceptionIf name is an empty string
InvalidOperationExceptionIf the named class does not yet exist in the SampleImageList
ArgumentOutOfRangeExceptionIf the index parameter is invalid.
See Also

Reference