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


IBStringArray.InsertString Method (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 > IBStringArray.InsertString Method
ArcGIS Developer Help

IBStringArray.InsertString Method

Adds a string to the array at the specified index.

[Visual Basic .NET]
Public Sub InsertString ( _
    ByVal Index As Integer, _
    ByVal str As String _
)
[C#]
public void InsertString (
    int Index,
    string str
);
[C++]
HRESULT InsertString(
  long Index,
  BSTR str
);
[C++]
Parameters
Index [in]

Index is a parameter of type long str [in]
str is a parameter of type BSTR

Product Availability

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

See Also

IBStringArray Interface