API Reference > OdDb Classes > OdDbXrecord Class
OdDbXrecord Class
OdDbXrecordOdDbXrecord
Syntax
C++
class OdDbXrecord : public OdDbObject;

DbXrecord.h

This class implements XRecord objects in an OdDbDatabase, container objects used attach arbitrary data to other OdDb objects.

TD_Db 

 

 
Name 
Description 
 
This is OdDbXrecord, a member of class OdDbXrecord. 
 
Name 
Description 
 
Appends the data in the specified ResBuf chain to the data in this XRecord.
 
 
Reads the .dwg file data of this object.
 
 
This is DWGMAP_DECLARE_MEMBERS, a member of class OdDbXrecord. 
 
Writes the .dwg file data of this object.
 
 
Reads the DXF data of this object.
 
 
Writes the DXF data of this object.
 
 
Returns true if and only if this XRecord object is set to translate data chain Object IDs during subDeepClone() and subWblockClone() operations. 
 
Returns the merge style for this XRecord object (DXF 280). 
 
Returns an Iterator object that can be used to traverse this XRecord object. 
 
open 
This is the overview for the open method overload. 
 
Returns a copy of the ResBuf list owned by the XRecord object.
 
 
Sets the data in this XRecord object to the data in the specified ResBuf chain.  
 
Sets the merge style for this XRecord object (DXF 280).
 
 
Controls if this XRecord object is to translate data chain Object IDs during subDeepClone() and subWblockClone() operations.
 
 
overridables 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.