ArcObjects Library Reference (System)  

IDoubleArray.Add Method

Adds an element to the array.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal Element As Double _
)
[C#]
public void Add (
    double Element
);
[C++]
HRESULT Add(
  double Element
);
[C++]

Parameters

Element [in]   Element is a parameter of type double

Product Availability

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

Description

Adds the element to the end of the array.

See Also

IDoubleArray Interface