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