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


ITabletExt.AutoRecognizeInkGraphics Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITabletExt Interface > ITabletExt.AutoRecognizeInkGraphics Property
ArcGIS Developer Help

ITabletExt.AutoRecognizeInkGraphics Property

Indicates whether Ink Graphics should automatically re-recognize themselves when updated.

[Visual Basic .NET]
Public Property AutoRecognizeInkGraphics As Boolean
[C#]
public bool AutoRecognizeInkGraphics {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

When AutoRecgonizeInkGraphics is set to true, every time that an ink graphic is created or updated, its ink will be recognized and the textual representation will be stored with the graphic element. The Ink Find tool will then use the text property to search for ink stored in a graphics layer. This is important if the Find is going to be performed on a non-tablet pc as recognition is only support on tablets.

See Also

ITabletExt Interface