API Reference > OdEd Classes > OdEdSSetTracker Class > OdEdSSetTracker Methods > remove Method > OdEdSSetTracker::remove Method (OdDbObjectId&, OdDbSelectionMethod*)
OdEdSSetTracker::remove Method (OdDbObjectId&, OdDbSelectionMethod*)
Syntax
C++
virtual bool remove(const OdDbObjectId& id, const OdDbSelectionMethod* pMethod);
Parameters 
Description 
const OdDbObjectId& id 
[in] object id of the entity going to be removed.  
const OdDbSelectionMethod* pMethod 
[in] Selection Method object, describing a method the entity was selected. 

flag indicating if the entity can be removed from working selection set or not.

Called by select framework when an entity is going to be removed to working selection set. 

 

Copyright © 2002–2021. Open Design Alliance. All rights reserved.