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


IGPParseString.NextSimpleToken Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPParseString Interface > IGPParseString.NextSimpleToken Method
ArcGIS Developer Help

IGPParseString.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(
void
);

Product Availability

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

See Also

IGPParseString Interface