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


IGPParseString2.RemainingText Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPParseString2.RemainingText Method

Returns the remaining string.

[Visual Basic .NET]
Public Function RemainingText ( _
) As String
[C#]
public string RemainingText (
);
[C++]
HRESULT RemainingText(
  BSTR* text
);
[C++]

Parameters text [out, retval] text is a parameter of type BSTR

Product Availability

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

See Also

IGPParseString2 Interface