Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
SimpleSectionBase<class TItem>::getByName Method
Syntax
C++
OdSharedPtr<TItem> getByName(const OdAnsiString& name);

Retrieves a section item by its name.

Parameters
Description
name
[in] An ANSI string that contains the name of the item.

A shared pointer to the item if it was found in the section by its name; otherwise, the method returns an empty pointer (nullptr).

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