Gets a variable array which is a subarray of a source array
DEPRECATED
| C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Use GetItems<T>(Variable<T[]> array, VariableArray<int> indices)")] public static VariableArray<T> GetItems<T>( Variable<T[]> array, Variable<int[]> indices, Range resultRange )
<ObsoleteAttribute("Use GetItems<T>(Variable<T[]> array, VariableArray<int> indices)")> _ Public Shared Function GetItems(Of T) ( _ array As Variable(Of T()), _ indices As Variable(Of Integer()), _ resultRange As Range _ ) As VariableArray(Of T)
[ObsoleteAttribute(L"Use GetItems<T>(Variable<T[]> array, VariableArray<int> indices)")] public: generic<typename T> static VariableArray<T>^ GetItems( Variable<array<T>^>^ array, Variable<array<int>^>^ indices, Range^ resultRange )
- T
- The variable type for the array
variable array with the specified items