ArcObjects Library Reference (EditorExt)  

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