#include "ltwrappr.h"
L_INT LNITFFile::SaveFile(pszFileName)
Saves all segments in the LNITFFile class object to a NITF file format.
Character string that contains the output file name.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Required DLLs and Libraries
For an example, refer to LNITFFile::Create.