Share

AcDbDxfFiler::readItem

C++

Acad::ErrorStatus readItem(
    resbuf* pItem
);

Description

This inline method calls AcDbDxfFiler::readResBuf and passes out the returned ErrorStatus.

If this function is called when the filer is filing out, AutoCAD is terminated.

Parameters

Parameters Description
pVal Pointer to resbuf structure to be read in

Links

AcDbDxfFiler

Was this information helpful?