API Reference > OdDb Classes > OdDbObject Class > OdDbObject Methods > OdDbObject::isPersistent Method
OdDbObject::isPersistent Method
Syntax
C++
virtual bool isPersistent() const;

Return true if and only if this object is database -resident (DBRO).

Persistent objects belong to an object that must be opened and closed. 

Non-persistent objects can be accessed through their pointers.

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