ArcObjects Library Reference (Controls)  

IEngineInkEnvironment.Start Method

Starts obtaining ink from the stylus.

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

Optional Values

bGesturesOnly   Supply false as a default value.
[C++]
HRESULT Start(
  VARIANT_BOOL bGesturesOnly
);
[C++]

Parameters

bGesturesOnly [in, optional, defaultvalue(VARIANT_FALSE)]   bGesturesOnly is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine.

Description

Starts 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