ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Core Component API Reference / Core Component Functions Reference / CAD Functions / IG_CAD_terminate
In This Topic
    IG_CAD_terminate
    In This Topic

    This function has been deprecated and will be removed from the public API in a future release.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_CAD_terminate();
    

    Return Value:

    Returns the number of ImageGear errors that occurred during this function call. If there are no errors, the return value is IGE_SUCCESS.

    Supported Raster Image Formats:

    All

    Sample:

    None

    Remarks:

    This function must be called before closing any application that utilizes the CAD component.

    This function destroys the objects and releases the memory being allocated with DWGDirect third-party library.