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


IEngineInkEnvironment.ToolCommitType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

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 [out, retval]
pToolCommitType is a parameter of type esriEngineInkToolCommitType pToolCommitType [in]
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 (Code Files: InkSketchCommit)