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 > IBStringArray.ReplaceString Method (ArcObjects .NET 10.5 SDK) |
Replaces a string in the array.
[Visual Basic .NET] Public Sub ReplaceString ( _ ByVal Index As Integer, _ ByVal str As String _ )
[C#] public void ReplaceString ( int Index, string str );
[C++]
HRESULT ReplaceString(
long Index,
BSTR str
);
[C++]
Parameters Index [in] Index is a parameter of type long str [in] str is a parameter of type BSTR