Share

acedAudit Function

C++

ACAD_PORT Acad::ErrorStatus acedAudit(
    AcDbDatabase* pDb, 
    bool bFixErrors, 
    bool bCmdLnEcho = false
);

File

aced.h

Description

This function audits the AcDbDatabase pointed to by pDb.

Parameters

Parameters Description
pDb Input pointer to AcDbDatabase to audit.
bFixErrors Input bool indicating whether or not to fix any errors found.
bCmdLnEcho Input bool indicating whether or not to echo audit information to the command line as the AUDIT command does.

Returns

Acad::eOk if successful.

Was this information helpful?