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


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

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

Product Availability

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

See Also

IGPParseString2 Interface