Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdRxDictionary Class
Syntax
C++
class OdRxDictionary : public OdRxObject;

This class implements the Dictionary object.

  • Each instance of OdRxbDictionary is a single container object, in which items are searched, added, modified, and deleted.
  • Each dictionary item is associated with an unique textual string named keyword and 32-Bit ID with an 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-insensitve
    • Names may not contain any of the following characters: | * : ; < > ? " , equals

OdRxDictionaryOdRxDictionary

File: RxDictionary.h 

Module: API Reference 

OdRxDictionaryIterator 

Corresponding C++ library: TD_Db 

Example of Working with a Dictionary 

Working with Dictionaries 

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