API Reference > OdDb Classes > OdDbSymbolTable Class > OdDbSymbolTable Methods > has Method > OdDbSymbolTable::has Method (OdString&)
OdDbSymbolTable::has Method (OdString&)
Syntax
C++
virtual bool has(const OdString& sName) const;
Parameters 
Description 
const OdString& sName 
[in] Record name as a String value up to 255 characters long. 

Determines whether the named record object exists in the predefined table object using the specified name, and returns True if and only if the predefined table object contains the specified named record object. 

 

Getting and Checking Records

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