Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdRxAttributeCollection::add Method
Syntax
C++
OdResult add(const OdRxAttribute* attribute);

Add an attribute to the collection. If the collection already has an attribute of this class, it will not be replaced. 

 

Parameters
Description
attribute
[in] Attribute to be added to the collection.

eOk if an attribute is added to the collection successfully; eInvalidInput if the attribute parameter is invalid; eDuplicateKey if the collection already has an attribute of this type.

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