API Reference > OdDb Classes > OdDbField Class > OdDbField Methods > OdDbField::setData Method
OdDbField::setData Method
Syntax
C++
OdResult setData(const OdString& key, const OdFieldValue& pData);
Parameters 
Description 
const OdString& key 
[in] Key.  
const OdFieldValue& pData 
[in] Pointer to the object containing the data. 

Sets the data for the specified key of this Field object. 

 

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