C++
AcDbObjectId blockId() const;
Description
This function returns the AcDbObjectId of the entity's owner, which must be an AcDbBlockTableRecord.
If the entity does not have an owner yet, then AcDbObjectId::kNull will be returned.
AcDbObjectId blockId() const;
This function returns the AcDbObjectId of the entity's owner, which must be an AcDbBlockTableRecord.
If the entity does not have an owner yet, then AcDbObjectId::kNull will be returned.