API Reference > OdDb Classes > OdSelectionSetIterator Class
OdSelectionSetIterator Class
OdSelectionSetIteratorOdSelectionSetIterator
Syntax
C++
class OdSelectionSetIterator : public OdRxObject;

SSet.h

This class implements iterators for OdSelectionSet objects.

Instances are returned by OdSelectionSet::newIterator(). 

 

 
Name 
Description 
 
done 
Returns true if and only if the traversal by this Iterator object is complete. 
 
Returns the given subentity path inside the current entity. (analogous to acedSSSubentName)  
 
id 
Returns the GiDrawable ID at the current position specified by this Iterator object. 
 
This is method, a member of class OdSelectionSetIterator. 
 
next 
Sets this Iterator object to reference the entry following the current entry. 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdSelectionSetIterator. 
 
Returns the number of subentities selected inside the current entity. (analogous to acedSSSubentLength) 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.