DictionaryWithDefaultDictionary Class

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.DBDictionary
        Autodesk.AutoCAD.DatabaseServices.DictionaryWithDefaultDictionary
Visual Basic
Public Class DictionaryWithDefaultDictionary
Inherits DBDictionary
C#
public class DictionaryWithDefaultDictionary : DBDictionary;
Description

 

This .NET class wraps the AcDbDictionaryWithDefault ObjectARX class. 

 

This class enhances the Dictionary class by adding the concept of a 'default' entry. Each DictionaryWithDefault has an HardPointerId 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
See Also

ObjectId