Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
Entity::rfindAttribute Method
Syntax
C++
const AttributePtr rfindAttribute(const char * attrName) const;

Searches for an attribute definition with a specified name for the entity definition and all its supertypes. The search proceeds in reversed order.

Parameters
Description
attrName
[in] An ANSI string that contains the name of the attribute to find.

A smart pointer to the found attribute definition; if the attribute is not found then a NULL smart pointer is returned.

The search of an attribute is performed starting from this entity definition towards its supertypes.

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