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


IEngineInkEnvironment.Stop Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineInkEnvironment Interface > IEngineInkEnvironment.Stop Method
ArcGIS Developer Help

IEngineInkEnvironment.Stop Method

Stops obtaining ink from the stylus.

[Visual Basic .NET]
Public Sub Stop ( _
    [ByVal bKeepInk As Boolean] _
)
[C#]
public void Stop (
    bool bKeepInk
);
[C++]
HRESULT Stop(
  VARIANT_BOOL bKeepInk
);
[C++]
Parameters
bKeepInk [in, optional, defaultvalue()]

bKeepInk is a parameter of type bool

Product Availability

Available with ArcGIS Engine.

Description

Stops the collection of ink from the stylus. Access the ink collected using the InkGeometry property or as a Microsoft InkOverlay object using the InkCollector property.

See Also

IEngineInkEnvironment Interface