API Reference > OdDb Classes > OdDbXrecord Class > OdDbXrecord Methods > OdDbXrecord::rbChain Method
OdDbXrecord::rbChain Method
Syntax
C++
OdResBufPtr rbChain(OdDbDatabase* pDb = 0, OdResult* pStatus = 0) const;
Parameters 
Description 
OdDbDatabase* pDb = 0 
[in] Pointer to the OdDbDatabase used for Object ID resolution when this XRecord object is not database resident.  
OdResult* pStatus = 0 
[in] Pointer an OdResult to receive the status. 

Returns a copy of the ResBuf list owned by the XRecord object. 

 

If pStatus != NULL, returns eOk if successful, or an appropriate error code if not.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.