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


IInkGraphic.UpdateRecognitionResult Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IInkGraphic Interface > IInkGraphic.UpdateRecognitionResult Method
ArcGIS Developer Help

IInkGraphic.UpdateRecognitionResult Method

Updates the recognition results previously obtained by Recognize.

[Visual Basic .NET]
Public Sub UpdateRecognitionResult ( _
    ByVal newResultText As String _
)
[C#]
public void UpdateRecognitionResult (
    string newResultText
);
[C++]
HRESULT UpdateRecognitionResult(
  BSTR newResultText
);
[C++]
Parameters
newResultText [in]

newResultText is a parameter of type BSTR

Product Availability

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

See Also

IInkGraphic Interface