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


ITabletExt.ToolCommitDelay 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.ToolCommitDelay Property
ArcGIS Developer Help

ITabletExt.ToolCommitDelay Property

The auto commit delay interval in seconds.

[Visual Basic .NET]
Public Property ToolCommitDelay As Single
[C#]
public float ToolCommitDelay {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The ToolCommitDelay property is used to automatically complete the ink sketch within x number of seconds. If the ToolCommitType is set to ETPC_Manual, then this property is not used.

See Also

ITabletExt Interface