API Reference > OdDb Classes > OdDbUserIO Class > OdDbUserIO Methods > OdDbUserIO::select Method
OdDbUserIO::select Method
Syntax
C++
virtual OdSelectionSetPtr select(const OdString& prompt = OdString::kEmpty, int options = OdEd::kSelDefault, const OdSelectionSet* pDefaultValue = 0, const OdString& keywords = OdString::kEmpty, OdSSetTracker* pTracker = 0, OdGePoint3dArray* ptsPointer = NULL) = 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 OdSelectionSet* 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.  
OdSSetTracker* 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 © 2002–2020. Open Design Alliance. All rights reserved.