API Reference > Classes > OdEd Classes > OdBmUserIO Class > OdBmUserIO Methods > OdBmUserIO::select Method
OdBmUserIO::select Method
Syntax
C++
virtual OdBmSelectionSetPtr select(const OdString& prompt = OdString::kEmpty, int options = OdEd::kSelDefault, const OdBmSelectionSet* pDefaultValue = 0, const OdString& keywords = OdString::kEmpty, OdBmSSetTracker* pTracker = 0) = 0;
Parameters 
Description 
const OdString& prompt = OdString::kEmpty 
[in] Message displayed to prompt the user.  
int options = OdEd::kSelDefault 
[in] Combination of OdEd::GetPointOptions enum values.  
const OdBmSelectionSet* pDefaultValue = 0 
[in] Pointer to a default value to return if an empty string is received as input.  
const OdString& keywords = OdString::kEmpty 
[in] Keyword string.  
OdBmSSetTracker* pTracker = 0 
[in] Pointer to a User IO tracker. 

Launches interactive object selection to fill selection set. 

 

Each subsequent call to this function modifies current selection set. Returned value is guaranteed to be not null.

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