Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbBlockReference::appendAttribute Method
Syntax
C++
OdDbObjectId appendAttribute(OdDbAttribute* pAttr);

Appends the specified OdDbAttribute to the attribute list of this block reference. 

 

Parameters
Description
pAttr
[in] Pointer to the attribute to be added.

Returns the Object ID of the newly appended attribute.

This block reference becomes the owner of the passed in attribute, and the attribute is added to the database to which this block reference belongs. This block reference must be added to a database before calling this function. The object's attribute list should not be added by the client application.

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