API Reference > OdRx Classes > OdRxDictionary Class > OdRxDictionary Methods > has Method > OdRxDictionary::has Method (OdString&)
OdRxDictionary::has Method (OdString&)
Syntax
C++
virtual bool has(const OdString& key) const = 0;
Parameters 
Description 
const OdString& key 
[in] Keyword as a string value. 

Returns true if and only if the dictionary object contains the item with the specified keyword. 

 

Example of Working with a Dictionary 

Functionality of Dictionaries

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