ArcObjects Library Reference (Geoprocessing)  

IGPParseString.NextToken Method

Returns the next token parsed from the string.

[Visual Basic .NET]
Public Function NextToken ( _
) As String
[C#]
public string NextToken (
);
[C++]
HRESULT NextToken(
  BSTR* token
);
[C++]

Parameters

token [out, retval]   token is a parameter of type BSTR

Product Availability

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

See Also

IGPParseString Interface