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

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

Called by select framework when a subentity is going to be appended to 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.