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


IStringArray Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStringArray Interface
ArcGIS Developer Help

IStringArray Interface

Provides access to members that control string arrays.

Product Availability

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

Description

The IStringArray interface provides methods and properties for inserting, removing and accessing elements in a StrArray via a zero-based index.

Members

Name Description
Method Add Add an element.
Read-only property Count The element count.
Read/write property Element An element in the array.
Method Insert Add an element at the specified posiiton.
Method Remove Removes element at the specified position.
Method RemoveAll Removes all elements.

Classes that implement IStringArray

Classes Description
Names (esriGeoDatabase) An object to hold a collection of names.
StrArray An object for holding a String array.