SampleImageListClassInformationCollectionCreate Method

CVB.Net Documentation
Create a new empty class.

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

public void Create(
	string name
)

Parameters

name
Type: SystemString
Name of the class to be created
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the image list has already been disposed
InvalidOperationExceptionwhen trying to add a new class that already exists or if the name parameter contains an empty string.
ArgumentNullExceptionIf name is null
See Also

Reference