Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbObject::xData Method
Syntax
C++
virtual OdResBufPtr xData(const OdString& regappName = OdString::kEmpty) const;

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

 

Parameters
Description
regappName
[in] Registered application for which to return XData.

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-2022. Open Design Alliance All rights reserved.