ArcObjects Library Reference (Geoprocessing)  

IBStringArray Interface

Provides access to the properties/methods of the string array.

Product Availability

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

Members

Description
Method AddString Adds a string to the array.
Read-only property Count The size of the array.
Method InsertString Adds a string to the array at the specified index.
Method RemoveAll Removes all strings from the array.
Method RemoveString Removes a string from the array.
Method ReplaceString Replaces a string in the array.
Read-only property String The string at the specified index in the array.

CoClasses that implement IBStringArray

CoClasses and Classes Description
EnumBSTR Enumeration of multiple strings.