LBaseFile::~LBaseFile

Summary

Destroys the object and frees any resources associated with it.

Syntax

#include "ltwrappr.h"

virtual LBaseFile::~LBaseFile()

Returns

None.

Comments

This is the destructor for the LBaseFile class.

Required DLLs and Libraries

See Also

Example

L_INT LBaseFile__DestrructorLBaseFileExample() 
{ 
    
 
   // this will call the default constructor and destructor when it is out of scope 
 
   LBaseFile baseFile; 
 
 
 
   //… 
 
   return SUCCESS; 
} 
Help Version 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.