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


IGPParseString2.Initialize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPParseString2.Initialize Method

Initializes the geoprocessing parse string object with the string to be parsed and the string used to separate tokens.

[Visual Basic .NET]
Public Sub Initialize ( _
    ByVal String As String, _
    ByVal separator As String _
)
[C#]
public void Initialize (
    string String,
    string separator
);
[C++]
HRESULT Initialize(
  BSTR String,
  BSTR separator
);
[C++]

Parameters String [in] String is a parameter of type BSTR separator [in] separator is a parameter of type BSTR

Product Availability

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

See Also

IGPParseString2 Interface