Close

Relief for ODA Team in Ukraine

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

Searches for a property in the container by its name.

Parameters
Description
name
[in] A name of the property to be found.

Returns a pointer to a property object if it was found; otherwise returns a NULL pointer.

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

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