Method |
Description |
---|
AcDbDatabase::dxfIn (ACHAR*, ACHAR*) |
This function reads the DXF file specified into the database object and returns Acad::eOk if successful.The default for logFilename is no output file. When there is no output file, warning/error messages will be output character-by-character through the displayChar() method in AcDbHostApplicationServices. |
AcDbDatabase::dxfIn (IAcReadStream*, ACHAR*) |
This function reads a DXF file from the stream pointed to by pInputStream to the database. This function does not close or delete the stream when it is done.The default for logFilename is no output file. When there is no output file, warning/error messages will be output character-by-character through the displayChar() method in AcDbHostApplicationServices. |