Provides access to the Tablet support extension.
Product Availability
Available with ArcGIS Desktop.
Members
Description | ||
---|---|---|
AlwaysShowAlternates | Indicates whether the alternates dialog should be shown if the recognition confidence is high. | |
AutoRecognizeInkGraphics | Indicates whether Ink Graphics should automatically re-recognize themselves when updated. | |
Clear | Deletes any active ink from the screen. | |
GeneralizeInk | Indicates whether the Ink should be generalized before any commit. | |
InkCollectionMode | Indicates if the extension is collecting ink. | |
InkCollector | The tablet extension's internal ink collecting object. | |
InkGeometry | The current Ink sketch as a geometry. | |
PressureSensitiveStylus | Indicates whether the stylus should be pressure sensitive. | |
ProjectInkGraphicGeometry | Indicates whether Ink Graphics should be rendered as polylines when projected. | |
ScratchoutEnabled | Indicates whether the scratch-out gesture should be enabled. | |
Start | Starts obtaining ink from the stylus. | |
Stop | Stops obtaining ink from the stylus. | |
ToolCommitDelay | The auto commit delay interval in seconds. | |
ToolCommitType | The ink tool commit type. |
CoClasses that implement ITabletExt
CoClasses and Classes | Description |
---|---|
TabletExt | Tablet support extension object. |
Remarks
ITabletExt manages the state of ink collection in ArcMap. Use TabletExt to administer Tablet Toolbar options, clear the Ink sketch, or listen to ink events that happen on the map.