This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control string arrays.
The IStringArray interface provides methods and properties for inserting, removing and accessing elements in a StrArray via a zero-based index.
Name | Description | |
---|---|---|
Add | Add an element. | |
Count | The element count. | |
Element | An element in the array. | |
Insert | Add an element at the specified posiiton. | |
Remove | Removes element at the specified position. | |
RemoveAll | Removes all elements. |
Classes | Description |
---|---|
Names (esriGeoDatabase) | An object to hold a collection of names. |
StrArray | An object for holding a String array. |