API Reference > OdDb Classes > OdDbSelectionSet Class > OdDbSelectionSet Methods > append Method > OdDbSelectionSet::append Method (OdDbObjectIdArray&, OdDbSelectionMethod*)
OdDbSelectionSet::append Method (OdDbObjectIdArray&, OdDbSelectionMethod*)
Syntax
C++
virtual void append(const OdDbObjectIdArray& entityIds, OdDbSelectionMethod* pMethod = 0);
Parameters 
Description 
const OdDbObjectIdArray& entityIds 
[in] Array of Object IDs of the OdDbEntity's.  
OdDbSelectionMethod* pMethod = 0 
[in] Selection method to associate with objects. 

Appends the specified entity to this SelectionSet object. 

 

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