Share

AcDbDwgFiler::readItem

C++

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

Description

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

Parameters

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

Links

AcDbDwgFiler

Was this information helpful?