Share

AcDbDatabase::closeInput

C++

Acad::ErrorStatus closeInput(
    bool bCloseFile
);

Description

If a drawing file is associated with this database, then this function forces an immediate read of all necessary information from the file into the database object. If bCloseFile is true, the drawing file will be closed when it has been fully read into the AcDbDatabase.

Returns Acad::eOk if successful.

Note

This function is intended for AutoCAD internal use. If used in ObjectARX applications, it may have undesirable results.

Parameters

Parameters Description
bCloseFile Input Boolean indicating whether to close the drawing file

Links

AcDbDatabase Class

Was this information helpful?