AcMapDMStyleLibrary::audit Method

Land Desktop Development ARX CPP SDK

AcMapDMStyleLibrary:: audit Method
 

This function is called by AutoCAD when the AUDIT command is executed.

virtual Acad::ErrorStatus audit(
    AcDbAuditInfo* pAuditInfo
);
Parameters 
Description 
pAuditInfo 
The AcDbAuditInfo object pointed to by pAuditInfo contains member functions that are used to determine what to do and also to report the results of the audit operation on the object.  
Returns

Returns Acad::eOk if successful, Acad::eFixedAllErrors if all errors were corrected, Acad::eLeftErrorsUnfixed if there were errors that were left unfixed; otherwise, returns a different error code.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].