C++
Adesk::Boolean isReallyClosing() const;
Description
Returns true if calling close() at this time would really close the object completely. For example, if the object is not in a transaction, and is open for read with only one reader, then Adesk::kTrue would be returned. If, on the other hand, the object is in a transaction, then Adesk::kFalse would be returned.