Share

AcDbBlockReferenceIdIterator

Class Hierarchy

AcDbBlockReferenceIdIterator

C++

class AcDbBlockReferenceIdIterator;

File

dbsymtb.h

Description

Objects of the AcDbBlockReferenceIdIterator class are created by calling the AcDbBlockTableRecord::newBlockReferenceIdIterator() method on an open AcDbBlockTableRecord. The iterator will traverse through the list of AcDbBlockReferences that are currently referencing the AcDbBlockTableRecord that created the iterator.

Remarks

Currently only AcDbBlockTableRecords that are xrefs will maintain a list of referencing AcDbBlockReferences. This means that if an AcDbBlockTableRecord that is not an xref is used to create an AcDbBlockReferenceIdIterator, the iterator will have an empty list of AcDbBlockReferences, and its done() method will always return Adesk::kTrue.

Links

AcDbBlockReferenceIdIterator Methods

Was this information helpful?