ArcObjects Library Reference (Geoprocessing)  

IGPParseString2.NextBoolean Method

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

[Visual Basic .NET]
Public Function NextBoolean ( _
) As Boolean
[C#]
public bool NextBoolean (
);
[C++]
HRESULT NextBoolean(
  VARIANT_BOOL* token
);
[C++]

Parameters

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

Product Availability

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

See Also

IGPParseString2 Interface