Share

Database.XrefComandeered Event

Description

Wraps AcEditorReactor::commandeered. The event indicates that an object is commandeered, meaning that the objectId of the object is appended to the host drawing's (the drawing being XREFd into) symbol table.

Visual Basic

Public Event XrefComandeered As XrefComandeeredEventHandler

C#

public event XrefComandeeredEventHandler XrefComandeered;

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?