This document is archived and information here might be outdated.  Recommended version.


IDoubleArray Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > ID > IDoubleArray Interface
ArcGIS Developer Help

IDoubleArray Interface

Provides access to members that control double arrays.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The IDoubleArray interface provides methods and properties for inserting, removing and accessing elements in a DoubleArray via a zero-based index.

Members

Name Description
Method Add Adds an element to the array.
Read-only property Count The number of elements in the array.
Read/write property Element An element from the array.
Method Insert Inserts an element to the array.
Method Remove Removes an element from the array.
Method RemoveAll Removes all elements from the array.

Classes that implement IDoubleArray

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.