API Reference > OdDb Classes > OdDbSymbolTable Class > OdDbSymbolTable Methods > has Method > OdDbSymbolTable::has Method (OdDbObjectId&)
OdDbSymbolTable::has Method (OdDbObjectId&)
Syntax
C++
virtual bool has(const OdDbObjectId& objectId) const;
Parameters 
Description 
const OdDbObjectId& objectId 
[in] Object ID. 

Determines whether the named record object exists in the predefined table object using the specified object ID, 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.