Share

AcDbXrecordIterator::AcDbXrecordIterator

C++

AcDbXrecordIterator(
    const AcDbXrecord* pXrecord
);

Description

This constructor sets up the AcDbXrecordIterator object to iterate through the data stored in the AcDbXrecord object pointed to by pXrecord. pXrecordmust point to an existing AcDbXrecord object.

Parameters

Parameters Description
pXrecord Input pointer to the xrecord object whose data is to be iterated through

Links

AcDbXrecordIterator

Was this information helpful?