API Reference > Classes > OdBmSelectionSet Class > OdBmSelectionSet Methods > OdBmSelectionSet::append Method (OdBmObjectId&, OdDbSelectionMethod*)
OdBmSelectionSet::append Method (OdBmObjectId&, OdDbSelectionMethod*)
Syntax
C++
virtual void append(const OdBmObjectId& entityId, OdDbSelectionMethod* pMethod = 0) = 0;
Parameters 
Description 
const OdBmObjectId& entityId 
[in] Object ID of the OdDgEntity.  
method 
[in] Selection method to associate with object
TD_USING(OdSelectionSet::append); 

Appends the specified entity to this SelectionSet object. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.