API Reference > OdDb Classes > OdSelectionSet Class
OdSelectionSet Class
OdSelectionSetOdSelectionSet
Syntax
C++
class OdSelectionSet : public OdRxObject;

SSet.h

This class represents Selection Sets in a client application.

Only entities from an OdDbDatabase object's ModelSpace or PaperSpace may be added to a Selection Set. 

 

 
Name 
Description 
 
This is the overview for the append method overload. 
 
 
 
Removes all members of this SelectionSet object. 
 
This is the overview for the isMember method overload. 
 
 
 
Returns an Iterator object that provides access to the entities in this Selection Set. 
 
Returns the number of entities in this group. 
 
 
 
This is the overview for the remove method overload. 
 
Returns the number of subentities of specified root entity currently selected. If root entity is not specified then returns number of all selected subentities.
 
Copyright © 2002–2022. Open Design Alliance. All rights reserved.