Share

AcDbDwgFiler::readItem

C++

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

Description

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

Parameters

Parameters Description
pVal Pointer to a memory area large enough to hold 8 bits

Links

AcDbDwgFiler

Was this information helpful?