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


IEngineInkEnvironment.AlwaysShowAlternates Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineInkEnvironment Interface > IEngineInkEnvironment.AlwaysShowAlternates Property
ArcGIS Developer Help

IEngineInkEnvironment.AlwaysShowAlternates Property

Indicates if the alternates dialog will always be shown when performing text recognition.

[Visual Basic .NET]
Public Property AlwaysShowAlternates As Boolean
[C#]
public bool AlwaysShowAlternates {get; set;}
[C++]
HRESULT get_AlwaysShowAlternates(
  VARIANT_BOOL showAlternates
);
[C++]
HRESULT put_AlwaysShowAlternates(
  Boolean* showAlternates
);
[C++]
Parameters
showAlternates [in]

showAlternates is a parameter of type bool showAlternates [out, retval]
showAlternates is a parameter of type bool*

Product Availability

Available with ArcGIS Engine.

Description

When using the ControlsInkFindInkCommand, alternate text representations can be shown if recognition results are poor. Setting the AlwaysShowAlternates to true will force the ControlsInkFindInkCommand to display all textual representations of the ink sketched.

See Also

IEngineInkEnvironment Interface