Share

AcDbObject::downgradeToNotify

C++

Acad::ErrorStatus downgradeToNotify(
    Adesk::Boolean wasWritable
);

Description

Restores an object from being open both AcDb::kForNotify and AcDb::kForWrite, to being open just AcDb::kForNotify. The wasWritable value that was returned from the matching AcDbObject::upgradeFromNotify() call should be passed into this function to restore the proper open status.

This function must have been preceded by a call to upgradeFromNotify().

Returns Acad::eOk if successful.

Parameters

Parameters Description
wasWritable Input indicating if object was open for write when upgradeFromNotify was called

Links

AcDbObject

Was this information helpful?