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