Share

AcDbDatabase::getFilename

C++

Acad::ErrorStatus getFilename(
    const ACHAR* & pOutput
) const;

Description

Gets the filename associated with this database, if any. Acad::eOk is returned when there is an associated filename, and Acad::eNotApplicable is returned when the filename is NULL.

Warning

As the const qualifier indicates, no attempt should be made to deallocate the returned string.

Parameters

Parameters Description
pOutput Name of file associated with this database

Links

AcDbDatabase Class

Was this information helpful?