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


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

IEngineInkEnvironment.ToolCommitDelay Property

The auto commit delay interval in seconds.

[Visual Basic .NET]
Public Property ToolCommitDelay As Single
[C#]
public float ToolCommitDelay {get; set;}
[C++]
HRESULT get_ToolCommitDelay(
  float* pDelay
);
[C++]
HRESULT put_ToolCommitDelay(
  float pDelay
);
[C++]

Parameters pDelay [out, retval] pDelay is a parameter of type float pDelay [in] pDelay is a parameter of type float

Product Availability

Available with ArcGIS Engine.

Description

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

IEngineInkEnvironment Interface

.NET Samples

Committing ink sketches using the controls ink commands (Code Files: InkSketchCommit)