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


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

IGPParseString2.NextSimpleToken Method

Returns the next simple token parsed from the string.

[Visual Basic .NET]
Public Function NextSimpleToken ( _
) As String
[C#]
public string NextSimpleToken (
);
[C++]
HRESULT NextSimpleToken(
  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

IGPParseString2 Interface