SampleImageListMergeClasses Method

CVB.Net Documentation
Merge two classes into a new class.

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

public void MergeClasses(
	string nameA,
	string nameB,
	string nameMerged
)

Parameters

nameA
Type: SystemString
name of the first class
nameB
Type: SystemString
name of the second class
nameMerged
Type: SystemString
name of the merged class (may be identical to that of class A or class B, but not the name of another class in the image list!
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the image list has already been disposed
ArgumentNullExceptionIf nameA, nameB or nameMerged is null
ArgumentExceptionIf nameA, nameB or nameMerged is empty
InvalidOperationExceptionIf nameMerged already exists in the image list
See Also

Reference