ArcObjects Library Reference (System)  

ILongArray Interface

Provides access to members that control long arrays.

Product Availability

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

Description

The ILongArray interface provides methods and properties for inserting, removing and accessing elements in a LongArray 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 in 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 ILongArray

CoClasses and Classes Description
LongArray An object for holding a Long array.