Share

AcDbDwgFiler::readItem

C++

Acad::ErrorStatus readItem(
    double* pVal
);

Description

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

Parameters

Parameters Description
pVal Pointer to a memory area large enough to hold a double

Links

AcDbDwgFiler

Was this information helpful?