This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineInkEnvironment Interface > IEngineInkEnvironment.AlwaysShowAlternates Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL showAlternates
);
[C++]
Parameters showAlternates [out, retval] showAlternates is a parameter of type VARIANT_BOOL showAlternates [in] showAlternates is a parameter of type VARIANT_BOOL
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.