Share

accessAcDbObjectForRead@AcDbObject*&@AcDbObjectId@bool&@bool

Description

For Internal Use Only. New callers should use AcDbSmartObjectPointer.

Returns Acad::eOk if successful. Otherwise, it could be eWrongObjectType , eNotThatKindOfClass, eWasErased, or ePermanentlyErased.

Parameters

Parameters Description
pObj Output object pointer
id Input object id
pClass Input anticipated class of object
bWasOpened Output flag indicating whether the object was open prior to this call
bOpenErased Input flag indicating whether to access erased objects

Was this information helpful?