Share

accessAcDbObjectForRead Function

C++

ACDBCORE2D_PORT Acad::ErrorStatus accessAcDbObjectForRead(
    AcDbObject * & pObj, 
    AcDbObjectId id, 
    AcRxClass * (*pfDesc)(), 
    bool & bWasOpened, 
    bool bOpenErased
);

File

dbobjptr2.h

Description

Worker function used by the template function. For Internal Use Only.

Was this information helpful?