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


IBStringArray Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IB > IBStringArray Interface
ArcGIS Developer Help

IBStringArray Interface

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

Product Availability

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

Members

Name 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.

Classes that implement IBStringArray

Classes Description
EnumBSTR Enumeration of multiple strings.