Share

AcDbBlockTableRecord::getErasedBlockReferenceIds

C++

Acad::ErrorStatus getErasedBlockReferenceIds(
    AcDbObjectIdArray&
);

Description

This function returns a list of AcDbBlockReferences that directly reference this block. It only returns those block references that have been erased.

Returns Acad::eOk if successful.

Parameters

Parameters Description
unnamed Output AcDbObjectIdArray of erased AcDbBlockReference's AcDbObjectIds found that reference this AcDbBlockTableRecord.

Links

AcDbBlockTableRecord

Was this information helpful?