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


IInkGraphic.Recognize Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IInkGraphic.Recognize Method

The text produced by the text recognizer for this element.

[Visual Basic .NET]
Public Function Recognize ( _
) As String
[C#]
public string Recognize (
);
[C++]
HRESULT Recognize(
  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

IInkGraphic Interface