Share

DBObject.Audit Method

Description

This function is called by AutoCAD when the AUDIT command is executed. The AuditInfo object pointed to by auditInfo contains member functions that are used to determine what to do and also to report the results of the audit operation on the object.

Visual Basic

Public virtual Function Audit(
    auditInfo As AuditInfo
) As void

C#

public virtual void Audit(
    AuditInfo auditInfo
);

Parameters

Parameters Description
AuditInfo auditInfo An AuditInfo object

Links

DBObject Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?