SampleListSampleCollectionTDataRemove Method

CVB.Net Documentation
Remove a sample.

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

public TData Remove(
	int index
)

Parameters

index
Type: SystemInt32
index of the sample to be removed

Return Value

Type: TData
The removed data object.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the index is invalid
ObjectDisposedExceptionIf the parent list has already been disposed.
ObjectDisposedExceptionIf the parent SampleImageList has already been disposed.
ArgumentOutOfRangeExceptionif the index is outside the range [0...Count-1].
See Also

Reference