ImageGear for C and C++ on Windows v19.3 - Updated
IG_REC_settings_collection_delete
API Reference Guide > Recognition Component API Reference > Recognition Component Functions Reference > Settings Management Functions > IG_REC_settings_collection_delete

Deletes settings collection being created with IG_REC_settings_collection_create.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_REC_settings_collection_delete(
   AT_INT nSettingsId
);

Arguments:

Name Type Description
nSettingsId AT_INT ID of the settings collection to be deleted.

Return Value:

Returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

If nSettingsId is equal to the current settings collection ID, the current collection will be set to the default one.