API Reference > OdDb Classes > OdDbObject Class > OdDbObject Methods > OdDbObject::xData Method
OdDbObject::xData Method
Syntax
C++
virtual OdResBufPtr xData(const OdString& regappName = OdString::kEmpty) const;
Parameters 
Description 
const OdString& regappName = OdString::kEmpty 
[in] Registered application for which to return XData. 

Returns a linked list of ResBufs containing a copy of the XData of this object. 

 

If regappName is empty, all XData of this object will be returned. 

If regappName is not empty, XData for only that application will be returned. 

Returns a null SmartPointer if there are no XData.

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