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


ILongArray.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IL > ILongArray Interface > ILongArray.Add Method
ArcGIS Developer Help

ILongArray.Add Method

Adds an element to the array.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal Element As Integer _
)
[C#]
public void Add (
    int Element
);
[C++]
HRESULT Add(
  long Element
);
[C++]
Parameters
Element [in]

Element is a parameter of type long

Product Availability

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

Description

Adds the element to the end of the array.

See Also

ILongArray Interface