This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPParseString2 Interface > IGPParseString2.Initialize Method (ArcObjects .NET 10.4 SDK) |
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