C++
ACDBCORE2D_PORT Adesk::Boolean isPersistent() const;
Description
This function will determine if the calling AcGiDrawable object is persistent (stored in a database).
Returns Adesk::kTrue if the AcGiDrawable object is database resident (belongs to an AcGsModel that requires the use of open and close functions). Returns Adesk::kFalse if the AcGiDrawable object is non-persistent (pointer-based); these drawables are accessed directly through their AcGiDrawable pointer.