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


ITabletExt.ToolCommitType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITabletExt Interface > ITabletExt.ToolCommitType Property
ArcGIS Developer Help

ITabletExt.ToolCommitType Property

The ink tool commit type.

[Visual Basic .NET]
Public Property ToolCommitType As ESRITPCToolCommitType
[C#]
public ESRITPCToolCommitType ToolCommitType {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

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

ITabletExt Interface