API Reference > OdDb Classes > OdDbXrecord Class > OdDbXrecord Methods > OdDbXrecord::setFromRbChain Method
OdDbXrecord::setFromRbChain Method
Syntax
C++
OdResult setFromRbChain(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.  

Sets the data in this XRecord object to the data in the specified ResBuf chain.

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