ArcObjects Library Reference (System)  

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

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.

CoClasses that implement IDoubleArray

CoClasses and 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.

.NET Snippets

Set Service Area Properties | Statements - Set Service Area Properties | Set Service Area Properties2 |

.NET Samples

Create a Raster Function template (Code Files: CreateRasterFunctionTemplate) | Network Analyst Engine application (Code Files: frmNALayerProperties) | Service area application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ServiceArea_GISServerAPIClass) | Service area solver (Code Files: frmServiceAreaSolver) |

.NET Related Topics

Geometry | Geometry service | How to create a Grayscale function dataset | How to create a Mask function dataset | How to create a Pansharpen function dataset | How to create a Spectral Conversion function dataset | How to create a Trend function dataset | Server |