This document is archived and information here might be outdated. Recommended version. |
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 [in]
pToolCommitType is a parameter of type esriEngineInkToolCommitType pToolCommitType [out, retval]
pToolCommitType is a parameter of type esriEngineInkToolCommitType*
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.