ArcObjects Library Reference (Geoprocessing)  

IGPParseString2.NextLong Method

Returns the next token parsed from the string as a long.

[Visual Basic .NET]
Public Function NextLong ( _
) As Integer
[C#]
public int NextLong (
);
[C++]
HRESULT NextLong(
  long* token
);
[C++]

Parameters

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

Product Availability

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

See Also

IGPParseString2 Interface