Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdTfAttributesContainer::find Method
Syntax
C++
virtual const OdTfAttribute* find(const OdString& name) const = 0;

Searches for an attribute in the container by its name.

Parameters
Description
name
[in] A string that contains the name of the attribute.

Returns a pointer to the attribute object represented as an instance of the OdTfAttribute class.

If the container contains more than one attribute with the specified name, the first found attribute is returned.

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