Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbObject::audit Method
Syntax
C++
virtual void audit(OdDbAuditInfo* pAuditInfo);

Perform an audit operation on this object. 

 

Parameters
Description
pAuditInfo
[in] Pointer to an OdDbAuditInfo object.

The specified OdDbAuditInfo object controls the audit, and receives the audit status. 

When overriding this function for a custom class, first call OdDbObject::audit(pAuditInfo) to validate the audit operation.

Copyright © 2002-2022. Open Design Alliance All rights reserved.