Share

AcDbDwgFiler::readItem

C++

Acad::ErrorStatus readItem(
    AcDbSoftOwnershipId* pId
);

Description

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

Parameters

Parameters Description
pId Pointer to an existing AcDbSoftOwnershipId object to fill in

Links

AcDbDwgFiler

Was this information helpful?