Provides access to the properties/methods of the string array.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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 that implement IBStringArray
CoClasses and Classes | Description |
---|---|
EnumBSTR | Enumeration of multiple strings. |