Share

AcDbPlaceHolder

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbPlaceHolder

C++

class AcDbPlaceHolder : public AcDbObject;

File

dbplhldr.h

Description

This class provides a way to instantiate what is essentially just an AcDbObject. This class has no data members of its own, nor does it implement any new methods. Its sole intent is to provide objects that can be added to dictionaries so that the dictionary lookup key strings can be associated with object IDs.

Objects of this class are used in the Plot Style Name Dictionary.

Links

AcDbPlaceHolder Methods

Was this information helpful?