API Reference > OdDg Classes > OdDgDictionaryIterator Class
OdDgDictionaryIterator Class
OdDgDictionaryIterator
Syntax
C++
class OdDgDictionaryIterator : public OdRxIterator;

DgDictionaryTableRecord.h

This class represents Dgn Dictionary iterator. 

Corresponding C++ library: TG_Db 

 

 
Name 
Description 
 
This is OdDgDictionaryIterator, a member of class OdDgDictionaryIterator. 
 
Name 
Description 
 
done 
Returns true if and only if the traversal by this iterator object is completed. 
 
Returns the Element ID of the dictionary entry currently referenced by this Iterator object. 
 
Opens the dictionary entry currently referenced by this Iterator object.
 
 
name 
Returns the non-typified smart pointer to the object on which the iterator object refers.
  • details Returns the name (key) of the dictionary entry currently referenced by this Iterator object.
 
 
next 
Sets the iterator object to the next element of the container. 
 
Opens the dictionary entry currently referenced by this Iterator object in OdDb::kForRead mode. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.