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


IInkGraphic.Recognize 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.Recognize Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IInkGraphic Interface