Autodesk.AutoCAD.DatabaseServices Namespace > CompoundObjectId Class
CompoundObjectId Class   
Description

Class used to identify an Object in an Database when the object is references via a path of BlockReferences, and possibly by some other ways in the future. The object may reside in the host database (the same database as the CompoundObjectId belongs to) or it may reside in an XREF database or even in an unrelated database. 

Notice that if the CompoundObjectId references an object in another database, reactors will be created to keep tract of relevant events happening to the database, such as database deletion or XREF unload/reload.

Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.CompoundObjectId
Visual Basic
Public Class CompoundObjectId
Inherits RXObject
C#
public class CompoundObjectId : RXObject;
Links
   Comments?