Share

AcDbEntity::blockId

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.

Links

AcDbEntity

Was this information helpful?