Share

AcDbDwgFiler::readItem (AcString&) Method

C++

Acad::ErrorStatus readItem(
    AcString& rVal
);

Description

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

Parameters

Parameters Description
rVal Reference to the AcString of which to assign the string value

Links

AcDbDwgFiler

Was this information helpful?