Take (remove) objects from the space matching the specified ids query. 
            
| C# | Visual Basic | Visual C++ | J# | 
ITakeByIdsResult<T> TakeByIds<T>( IdsQuery<T> idsQuery )
Function TakeByIds(Of T) ( _ idsQuery As IdsQuery(Of T) _ ) As ITakeByIdsResult(Of T)
generic<typename T> ITakeByIdsResult<T>^ TakeByIds( IdsQuery<T> idsQuery )
- T
 - Type of expected result entry.
 
- idsQuery (IdsQuery<(Of <(T>)>))
 - The query to search by.
 
An ITakeByIdsResult<(Of <(T>)>) containing the matched results.
| Exception | Condition | 
|---|---|
| TakeByIdsException | The operation had a failure. | 
