Autodesk.AutoCAD.DatabaseServices Namespace > XrefObjectId Structure
XrefObjectId Structure
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.

Visual Basic
Public Structure XrefObjectId
End Structure
C#
public struct XrefObjectId {
}
Links
   Comments?