classOdDbDictionaryIterator : public OdRxIterator;
Description
This class implements Iterator objects that traverse entries in OdDbDictionary objects in an OdDbDatabase instance.
Corresponding C++ library: TD_Db
Remarks
An OdDbDictionaryIterator maintains a "current position" within the entries of the associated dictionary, and can provide access to the key value and object at the current position.