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


ITabletExt.Stop Method (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.Stop Method
ArcGIS Developer Help

ITabletExt.Stop Method

Stops obtaining ink from the stylus.

[Visual Basic .NET]
Public Sub Stop ( _
    [ByVal bKeepInk As Boolean] _
)
[C#]
public void Stop (
    bool bKeepInk
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Stops the collection of ink from the stylus. Access the ink collected as an ESRI geometry using ITabletExt::InkGeometry or as a Microsoft InkOverlay object using ITabletExt::InkCollector.

See Also

ITabletExt Interface