SampleClassificationImageListImportMantoSil Method

CVB.Net Documentation
Load a Manto2 sample list from disc.

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

public static SampleClassificationImageList ImportMantoSil(
	string fileName
)

Parameters

fileName
Type: SystemString
File to import.

Return Value

Type: SampleClassificationImageList
The imported Manto image list.
Exceptions

ExceptionCondition
FileNotFoundExceptionif the file referred to by fileName was not found
FileLoadExceptionif importing the Manto SIL from the file referred to by fileName failed.
See Also

Reference