API Reference > OdEd Classes > OdSSetTracker Class > OdSSetTracker Methods > append Method > OdSSetTracker::append Method (OdDbBaseFullSubentPath&, OdDbSelectionMethod*)
OdSSetTracker::append Method (OdDbBaseFullSubentPath&, OdDbSelectionMethod*)
Syntax
C++
virtual bool append(const OdDbBaseFullSubentPath& subEntPath, const OdDbSelectionMethod* pMethod);
Parameters 
Description 
const OdDbBaseFullSubentPath& subEntPath 
[in] Descriptor of the subentity is 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–2022. Open Design Alliance. All rights reserved.