Stops obtaining ink from the stylus.
[Visual Basic .NET] Public Sub Stop ( _ [ByVal bKeepInk As Boolean] _ )
[C#] public void Stop ( bool bKeepInk );
[C#]
Optional Values
bKeepInk Supply false as a default value.
[C++]
HRESULT Stop(
VARIANT_BOOL bKeepInk
);
[C++]Parameters
bKeepInk [in, optional, defaultvalue(VARIANT_FALSE)] bKeepInk is a parameter of type VARIANT_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.