An object for holding a Long array.
Description
A LongArray stores an array of long integer values. You can insert or remove elements from any position in the array and access any element via a zero-based index. You can also persist the array to XML.
Supported Platforms
Windows, Solaris, Linux
Interfaces
Interfaces | Description |
---|---|
ILongArray | Provides access to members that control long arrays. |
IPersist | |
IPersistStream | |
IXMLSerialize | Provides access to members that XML serialize and deserialize an object to/from XML. |
Remarks
LongArray objects are used by several interfaces including IMapServer to define a list of layer IDs.