Take (remove) objects from the space matching the specified ids query. 
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | J# | 
ITakeByIdsResult<T> TakeByIds<T>( IdsQuery<T> idsQuery, ITransaction tx )
Function TakeByIds(Of T) ( _ idsQuery As IdsQuery(Of T), _ tx As ITransaction _ ) As ITakeByIdsResult(Of T)
generic<typename T> ITakeByIdsResult<T>^ TakeByIds( IdsQuery<T> idsQuery, ITransaction^ tx )
 Generic Template Parameters
 Generic Template Parameters- T
- Type of expected result entry.
 Parameters
 Parameters- idsQuery (IdsQuery<(Of <(T>)>))
- The query to search by.
- tx (ITransaction)
- The transaction which this operation will participate in.
 Return Value
 Return ValueAn ITakeByIdsResult<(Of <(T>)>) containing the matched results.
 Exceptions
 Exceptions| Exception | Condition | 
|---|---|
| TakeByIdsException | The operation had a failure. | 
