Share

AcDbObject::isModifiedXData

C++

Adesk::Boolean isModifiedXData() const;

Description

Returns Adesk::kTrue if the object has had an assertWriteEnabled() called since it was opened (which would indicate that a member function that can change its data was called) and has then had its setXData() method called. Otherwise it returns Adesk::kFalse.

Links

AcDbObject

Was this information helpful?