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


IEngineInkEnvironment.ScratchoutEnabled 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.ScratchoutEnabled Property
ArcGIS Developer Help

IEngineInkEnvironment.ScratchoutEnabled Property

Indicates whether the scratch-out gesture should be enabled.

[Visual Basic .NET]
Public Property ScratchoutEnabled As Boolean
[C#]
public bool ScratchoutEnabled {get; set;}
[C++]
HRESULT get_ScratchoutEnabled(
  VARIANT_BOOL pScratchout
);
[C++]
HRESULT put_ScratchoutEnabled(
  Boolean* pScratchout
);
[C++]
Parameters
pScratchout [in]

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

Product Availability

Available with ArcGIS Engine.

Description

The ScratchOutEnabled property determines whether or not the ScratchOut gesture can be used to erase ink strokes. If ink is being used to create a graphic representation, pen motions can be confused as a scratch out gesture and therefore turning off this property can be quite useful.

See Also

IEngineInkEnvironment Interface