Share

Database.ProxyResurrectionCompleted Event

Description

Wraps AcDbDatabaseReactor::proxyResurrectionCompleted. The event is invoked when the loading of an ObjectARX or ObjectDBX module resurrects proxy objects in the DWG database.

Visual Basic

Public Event ProxyResurrectionCompleted As ProxyResurrectionCompletedEventHandler

C#

public event ProxyResurrectionCompletedEventHandler ProxyResurrectionCompleted;

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?