Autodesk.AutoCAD.DatabaseServices Namespace > DictionaryWithDefaultDictionary Class
DictionaryWithDefaultDictionary Class
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.

Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.DBDictionary
        Autodesk.AutoCAD.DatabaseServices.DictionaryWithDefaultDictionary
Visual Basic
Public Class DictionaryWithDefaultDictionary
Inherits DBDictionary
C#
public class DictionaryWithDefaultDictionary : DBDictionary;
Links
See Also

ObjectId

   Comments?