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


IEngineInkEnvironment.InkCollectionMode Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

IEngineInkEnvironment.InkCollectionMode Property

Indicates if the extension is collecting ink.

[Visual Basic .NET]
Public ReadOnly Property InkCollectionMode As esriEngineInkCollectionMode
[C#]
public esriEngineInkCollectionMode InkCollectionMode {get;}
[C++]
HRESULT get_InkCollectionMode(
  esriEngineInkCollectionMode* InkCollectionMode
);
[C++]

Parameters InkCollectionMode [out, retval]
InkCollectionMode is a parameter of type esriEngineInkCollectionMode

Product Availability

Available with ArcGIS Engine.

Description

Returns the current collection mode of the class. There are 3 modes for collection: NotCollecting, InkAndGestures, and Gestures only. Note that gestures are supported on tablet pcs only.

See Also

IEngineInkEnvironment Interface