API Reference > OdDb Classes > OdDbSelectionSet Class > OdDbSelectionSet Methods > append Method > OdDbSelectionSet::append Method (OdDbFullSubentPath&, OdDbSelectionMethod*)
OdDbSelectionSet::append Method (OdDbFullSubentPath&, OdDbSelectionMethod*)
Syntax
C++
virtual void append(const OdDbFullSubentPath& subent, OdDbSelectionMethod* pMethod = 0) = 0;
Parameters 
Description 
const OdDbFullSubentPath& subent 
[in] Subentity path to append.  
OdDbSelectionMethod* pMethod = 0 
[in] Selection method to associate with objects 

Appends the specified subentity to this SelectionSet object. 

 

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