This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control double arrays.
The IDoubleArray interface provides methods and properties for inserting, removing and accessing elements in a DoubleArray via a zero-based index.
Name | Description | |
---|---|---|
Add | Adds an element to the array. | |
Count | The number of elements in the array. | |
Element | An element from the array. | |
Insert | Inserts an element to the array. | |
Remove | Removes an element from the array. | |
RemoveAll | Removes all elements from the array. |
Classes | Description |
---|---|
DoubleArray | An object for holding a Double array. |
ServerStatisticsArray (esriServer) | The ServerStatisticsArray object which returns an array of a specific statistic over a range of time periods. |