Share

AcDbDwgFiler::readItem

C++

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

Description

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

Parameters

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

Links

AcDbDwgFiler

Was this information helpful?