Share

AcDbDictionaryWithDefault

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbDictionary
                AcDbDictionaryWithDefault

C++

class AcDbDictionaryWithDefault : public AcDbDictionary;

File

dbdictdflt.h

Description

This class enhances the AcDbDictionary class by adding the concept of a 'default' entry. Each AcDbDictionaryWithDefault has an AcDbHardPointerId data member that is used to store the object ID of one of its entries. This hard pointer ID is used as the default entry. Get and set methods are provided for accessing this hard pointer.

Links

AcDbDictionaryWithDefault Methods

See Also

AcDbHardPointerId

Was this information helpful?