Share

ReadableAcDbObject::ReadableAcDbObject (ACDB_CLASS*&, AcDbObjectId, bool, bool) Constructor

C++

ReadableAcDbObject(
    ACDB_CLASS*& pObj, 
    AcDbObjectId id, 
    bool bOpenErased, 
    bool enableNow = true
);

Description

Constructor.

Parameters

Parameters Description
pObj Output object pointe
id Input object id
bOpenErased Input flag indicating whether erased objects should be allowed
enableNow Input flag indicating whether to enable the object access now, or whether to wait

Links

ReadableAcDbObject

Was this information helpful?