ArcObjects Library Reference (EditorExt)  

ITabletExt.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.

Product Availability

Available with ArcGIS Desktop.

Remarks

Starts 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