Share

AcDbObject::extensionDictionary

C++

AcDbObjectId extensionDictionary() const;

Description

Returns the objectId of the extension dictionary owned by the object. If the object does not own an extension dictionary, then the returned objectId is set to AcDbObjectId::kNull.

Links

AcDbObject

Was this information helpful?