Description
This .NET class wraps the AcDbXrefObjectId ObjectARX class.
The purpose of XrefObjectId is to provide a convenient way to refer to a specific DBObject within an xref'd database. XrefObjectId is persistent across drawing sessions.
Note that if the object in question is wblock'd into another file, the XrefObjectId still refers to the original object, and not to the new object.
C#
public struct XrefObjectId { }
Visual Basic
Public Structure XrefObjectId End Structure
Links
XrefObjectId Constructor, XrefObjectId Methods, XrefObjectId Operators, XrefObjectId Properties