Description
Returns a Boolean value indicating whether a symbol record with the given object ID (objId) exists in a particular database's text style table. pDb points to the database to use for accessing the table. The function returns true if it finds the record; otherwise, it returns false.
This function opens the table and looks for the specified record. If successive calls are necessary, open the table directly instead of incurring the overhead of repeatedly opening and closing the table with this function.
Parameters
Parameters | Description |
---|---|
objId | Input AcDbObjectId of symbol record to find |
pDb | Input pointer to database to look in |