This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IB > IBStringArray Interface (ArcObjects .NET 10.5 SDK) |
Provides access to the properties/methods of the string array.
Description | ||
---|---|---|
AddString | Adds a string to the array. | |
Count | The size of the array. | |
InsertString | Adds a string to the array at the specified index. | |
RemoveAll | Removes all strings from the array. | |
RemoveString | Removes a string from the array. | |
ReplaceString | Replaces a string in the array. | |
String | The string at the specified index in the array. |
CoClasses and Classes | Description |
---|---|
EnumBSTR | Enumeration of multiple strings. |