This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > ID > IDoubleArray Interface > IDoubleArray.Add Method (ArcObjects .NET 10.4 SDK) |
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
Adds the element to the end of the array.