SampleImageListSampleInformationCollectionRemove Method

CVB.Net Documentation
Remove a sample image.

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

public void Remove(
	int index
)

Parameters

index
Type: SystemInt32
index of the sample image to be removed
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the index is invalid
ObjectDisposedExceptionIf the parent list has already been disposed.
See Also

Reference