Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbDictionary Class
Syntax
C++
class OdDbDictionary : public OdDbObject;

This class implements database -resident object dictionaries. 

Corresponding C++ library: TD_Db

  • Each instance of OdDbDictionary is a single container object, in which entries are searched, added, modified, and deleted.
  • Each OdDbDictionary entry associates a unique name (key) string with a unique OdDbObject.
  • Anonymous names are signified by specifying a name starting with an asterisk; e.g., *U. A unique name (also starting with an asterisk) will be constructed for the entry.
  • Entry names honor the rules of Symbol names:
    • Names may be any length.
    • Names are case-insensitive.
    • Names may not contain any of the following characters: | * : ; < > ? " , equals.
OdDbDictionaryOdDbDictionaryOdDbDictionary

File: DbDictionary.h 

Module: API Reference 

Show:
No members matching the current filter
Show:
No members matching the current filter
Show:
No members matching the current filter
Copyright © 2002-2022. Open Design Alliance All rights reserved.