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


IGPParseString2.NextDouble Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPParseString2.NextDouble Method

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

[Visual Basic .NET]
Public Function NextDouble ( _
) As Double
[C#]
public double NextDouble (
);
[C++]
HRESULT NextDouble(
  double* token
);
[C++]

Parameters token [out, retval] token is a parameter of type double

Product Availability

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

See Also

IGPParseString2 Interface