Share

AcDbDwgFiler::readItem

C++

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

Description

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

Parameters

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

Links

AcDbDwgFiler

Was this information helpful?