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

flag indicating if subentity can be removed to working selection set or not.

Called by select framework when a subentity is going to be removed from working selection set. 

 

To enable calling this calback method OdSSetTracker::trackSubentities() should be overridden to return true.

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