SampleImageListMerge Method

CVB.Net Documentation
Merge the contents of mergeList into this sample image list.

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

public void Merge(
	SampleImageList mergeList
)

Parameters

mergeList
Type: Stemmer.Cvb.MantoSampleImageList
image list to be merged into this image list
Exceptions

ExceptionCondition
ArgumentNullExceptionIf mergeList is null
ObjectDisposedExceptionIf this image list or mergeList have already been disposed
InvalidOperationExceptionIf this image list and mergeList are not compatible
Remarks

If mergeList contains classes that are not present in this list, these classes will be added as necessary
See Also

Reference