AcMapIENameValueIterator Class

Land Desktop Development ARX CPP SDK

Links
AcMapIENameValueIterator Class
 

An iterator over a collection of name-value pairs. The case-insensitive name component of a name-value pair is a key value and must be unique within the collection. This class (which is similar to the STL map class) differs from the AcMapIEExpressionTargetIteratorclass in that this class has more lenient naming rules for the name component of a name-value pair. Do not explicitly delete any strings returned by any of the functions or their output parameters in this class (but delete all other types of returned objects).

class AcMapIENameValueIterator;
File

AcMapIENameValueIterator.h

Destroys an instance of this class. 
Add 
Inserts a new element into the collection after the current element and advances the iterator to the new element. After adding a new element successfully, call Rewind()to iterate over the entire collection. 
Removes all elements from the collection. 
Done 
Determines whether the iterator has reached the end of the collection. 
Find 
Searches the collection for an element. 
Get 
Retrieves the current element in the iteration. 
Removes an element from the collection. 
Moves to the first element in the iteration. 
Set 
Sets the value of a name-value pair in the collection. 
Step 
Advances to the next element in the iteration. 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].