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

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

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

 

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