API Reference > OdDb Classes > OdDbXrecord Class > OdDbXrecord Methods > OdDbXrecord::appendRbChain Method
OdDbXrecord::appendRbChain Method
Syntax
C++
OdResult appendRbChain(const OdResBuf* pRb, OdDbDatabase* pDb = 0);
Parameters 
Description 
const OdResBuf* pRb 
[in] Pointer to the first ResBuf in the ResBuf chain.  
OdDbDatabase* pDb = 0 
[in] Pointer to the OdDbDatabase used for Object ID resolution when this XRecord object is not database resident. 

Appends the data in the specified ResBuf chain to the data in this XRecord. 

 

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