Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbDictionary::setAt Method
Syntax
C++
OdDbObjectId setAt(const OdString& name, OdDbObject* newValue);

Sets the value for the specified entry in this Dictionary object.

Parameters
Description
name
[in] Name of entry to be changed.
newValue
[in] Database object to be added.

Returns the Object ID of the newly added entry. 

If an entry the specified name exists in the dictionary, it is erased, and a new entry created. 

If an entry for this name does not exist in this dictionary, a new entry is created. 

 

Copyright © 2002-2022. Open Design Alliance All rights reserved.