API Reference > OdRx Classes > OdRxDynamicCollectionAttribute Class > OdRxDynamicCollectionAttribute Methods > getByName Method > OdRxDynamicCollectionAttribute::getByName Method (OdString, bool)
OdRxDynamicCollectionAttribute::getByName Method (OdString, bool)
Syntax
C++
OdRxDynamicAttribute* getByName(const OdString name, bool caseSensitive);
Parameters 
Description 
const OdString name 
[in] Name of the attribute to be retrieved.  
bool caseSensitive 
[in] Case sensitive string comparison flag. 

Pointer to the attribute at the given index.

Retrieves the attribute by its name (non-constant version). 

 

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