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


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

IEngineInkEnvironment.ToolCommitType Property

The ink tool commit type.

[Visual Basic .NET]
Public Property ToolCommitType As esriEngineInkToolCommitType
[C#]
public esriEngineInkToolCommitType ToolCommitType {get; set;}
[C++]
HRESULT get_ToolCommitType(
  esriEngineInkToolCommitType pToolCommitType
);
[C++]
HRESULT put_ToolCommitType(
  esriEngineInkToolCommitType* pToolCommitType
);
[C++]
Parameters
pToolCommitType [in]

pToolCommitType is a parameter of type esriEngineInkToolCommitType pToolCommitType [out, retval]
pToolCommitType is a parameter of type esriEngineInkToolCommitType*

Product Availability

Available with ArcGIS Engine.

Description

The ToolCommitType property controls the Tablet "Auto-Finish" options that are on the Tablet Options dialog. If the ToolCommitType is not set to ETPC_Manual, then the ToolCommitDelay is used to automatically complete the ink sketch within x number of seconds.

See Also

IEngineInkEnvironment Interface

.NET Samples

Committing ink sketches using the controls ink commands