C++
Acad::ErrorStatus acdbGetThumbnailBitmapFromDxfFile( const ACHAR* filename, void*& pBitmap );
File
dbmain.h
Description
This function retrieves the preview bitmap from the OpenDXF file.
Parameters
Parameters | Description |
---|---|
filename | Name of the DXF file to retrieve the bitmap from |
pBitmap | Pointer to the bitmap found, or NULL if the file does not have a bitmap |