Share

AcDbDwgFiler::readItem

C++

Acad::ErrorStatus readItem(
    Adesk::Int8* pVal
);

Description

This inline method calls the class's readChar method (see AcDbDwgFiler::readChar for more information).

Parameters

Parameters Description
pVal Pointer to a memory area large enough to hold an 8-bit int

Links

AcDbDwgFiler

Was this information helpful?